summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-22i965: Fix up VS temporary array access for fixed index offset != 0.Eric Anholt
2010-07-22r600: Flip point sprite coordinates when rendering to an FBO.Henri Verbeet
2010-07-21i965: In the VS, multiply the address reg by the appropriate register size.Eric Anholt
2010-07-21i965: Clean up brw_dp_READ_4_vs() now that it has fewer options to support.Eric Anholt
2010-07-21i965: Support relative addressed VS constant reads using the appropriate msg.Eric Anholt
2010-07-21i965: Fix the DP read msg_control definitions other than plain OWORD.Eric Anholt
2010-07-21i965: Clean up dead code from the VS get_constant/get_reladdr_constant split.Eric Anholt
2010-07-21i956: Set the execution size correctly for scratch space writes.Eric Anholt
2010-07-21i965: Set the GEM domain flags for the scratch space.Eric Anholt
2010-07-21i965: Use the pretty define for 4-oword DP reads.Eric Anholt
2010-07-21i965: Set the send commit bit on register spills as required pre-gen6.Eric Anholt
2010-07-21i965: Add disasm for dataport reads (register unspilling).Eric Anholt
2010-07-21glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg
2010-07-21glx: Move __driContext field out of __GLXcontextRecKristian Høgsberg
2010-07-21softpipe: add missing support for PIPE_FORMAT_S8_USCALED surfacesBrian Paul
2010-07-21softpipe: fix sp_tile_cache_flush_clear() regressionBrian Paul
2010-07-21Revert "dri2: Remove an unused variable."Jerome Glisse
2010-07-21r600g: add support for all R6XX/R7XX asicJerome Glisse
2010-07-21r600g: add r600 compile mode to compiler.Dave Airlie
2010-07-21r600g: add family retrivalDave Airlie
2010-07-21llvmpipe: say no to depth clampMarek Olšák
2010-07-21r300g: implement depth clampMarek Olšák
2010-07-21r300g: cleanup clip state emissionMarek Olšák
2010-07-21draw: disable depth clipping if depth clamp is enabledMarek Olšák
2010-07-21st/mesa: implement depth clampMarek Olšák
2010-07-21cso: handle depth clampMarek Olšák
2010-07-21gallium: add depth clamp to the interfaceMarek Olšák
2010-07-21Add missing initialization of inOutFlags pointer.Carl Worth
2010-07-21Makefiles: Don't complain if depend file to be included doesn't exist.Carl Worth
2010-07-21i965: Remove an unused variable.Carl Worth
2010-07-21dri2: Remove an unused variable.Carl Worth
2010-07-21Regenerate program/lex.yy.cCarl Worth
2010-07-21Avoid more warnings in flex-generated code.Carl Worth
2010-07-21Avoid warnings in flex-generated code.Carl Worth
2010-07-21draw: tweak aa line width threshold and samplingBrian Paul
2010-07-21nouveau/nvfx: Add new PIPE_CAP valuesPatrice Mandin
2010-07-21gallivm: replace has_indirect_addressing field with indirect_files fieldBrian Paul
2010-07-21tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul
2010-07-21gallivm: refactor code into get_indirect_offsets() functionBrian Paul
2010-07-21gallivm: added commentBrian Paul
2010-07-21gallivm: remove extraneous bracesBrian Paul
2010-07-21gallivm: no longer do indirect addressing in get_temp_ptr()Brian Paul
2010-07-21gallivm: implement correct indirect addressing of temp registersBrian Paul
2010-07-21gallivm: re-org, comments for get_temp_ptr()Brian Paul
2010-07-21draw: whitespace clean-upBrian Paul
2010-07-21gallium: remove pointless bitfield restrction in pipe_vertex_elementKeith Whitwell
2010-07-21gallivm: rename a var to avoid compiler warningsBrian Paul
2010-07-20gallivm: fix indirect addressing of constant bufferBrian Paul
2010-07-20gallivm: added lp_build_const_int32() helperBrian Paul
2010-07-20radeon: Remove unnecessary header.Vinson Lee