mesa.git
2010-12-09 Brian Paulsoftpipe: enable instanced drawing cap
2010-12-09 Brian Paulgallivm/llvmpipe: implement system values and instanceID
2010-12-09 Brian Paulst/mesa: translate shader system inputs
2010-12-09 Brian Pauldraw: setup instance ID for SSE generator
2010-12-09 Brian Pauldraw: setup instance ID for VS interpreter
2010-12-09 Brian Paulmesa: ir_to_mesa support for system values
2010-12-09 Brian Paulglsl: add support for system values and GL_ARB_draw_ins...
2010-12-09 Brian Paulmesa: program printing for PROGRAM_SYSTEM_VALUE
2010-12-09 Brian Paulmesa: add PROGRAM_SYSTEM_VALUE and related tokens
2010-12-09 Brian Paultgsi/ppc: add case for system values and assert
2010-12-09 Brian Paultgsi/sse: add support for system values
2010-12-09 Brian Paultgsi: new tgsi_shader_info fields for system values
2010-12-09 Brian Paultgsi: add support for system values to TGSI interpreter
2010-12-05 Brian Paulst/mesa: GL_ARB_draw_instanced depends on PIPE_CAP_INST...
2010-12-05 Brian Paulgallium: added PIPE_CAP_INSTANCED_DRAWING
2010-11-24 Brian Paulglsl: start restoring some geometry shader code
2010-11-24 Brian Paulglsl: better handling of linker failures
2010-11-24 Brian Paulmesa: use gl_shader_type enum
2010-11-23 Brian Paulmesa: replace #defines with new gl_shader_type enum
2010-11-23 Brian Paulmesa: _mesa_valid_register_index() to validate register...
2010-11-23 Brian Paulmesa: rename, make _mesa_register_file_name() non-static
2010-11-23 Brian Paulglsl: use gl_register_file in a few places
2010-11-23 Brian Paulglsl: fix off by one in register index assertion
2010-11-23 Alex Deuchergallium/egl: fix r300 vs r600 loading
2010-11-23 Eric Anholti965: Use the new embedded compare in SEL on gen6 for...
2010-11-23 Eric Anholti965: Don't upload line smooth params unless we're...
2010-11-23 Eric Anholti965: Don't upload line stipple pattern unless we're...
2010-11-23 Eric Anholti965: Don't upload polygon stipple unless required.
2010-11-23 Eric Anholti965: Move gen4 blend constant color to the gen4 blendi...
2010-11-23 Tilman Sauerbeckr600g: Removed duplicated call to tgsi_split_literal_co...
2010-11-23 Tom Stellardr300/compiler: Don't allow presubtract sources to be...
2010-11-23 Mathias Fröhlichr600g: Only compare active vertex elements
2010-11-23 Vinson Leemesa: Clean up header file inclusion in syncobj.h.
2010-11-23 Vinson Leellvmpipe: Remove unnecessary headers.
2010-11-23 Xiang, Haihaomesa: fix regression from b4bb6680200b5a898583392f4c831...
2010-11-23 Alex Deucherr600c: fix VC flush on cedar and palm
2010-11-22 Alex Deucherr600g: add support for ontario APUs
2010-11-22 Alex Deucherr600c: add Ontario Fusion APU support
2010-11-22 Mathias Fröhlichr300g: Avoid returning values in a static array, fixing...
2010-11-22 Alex Deucherr600g: fix some winsys functions to deal properly with...
2010-11-22 Alex Deucherr600g: fix additional EVENT_WRITE packet
2010-11-22 Marek Olšákst/mesa: set MaxUniformComponents
2010-11-22 Brian Paulswrast: init alpha value to 1.0 in opt_sample_rgb_2d()
2010-11-22 Marek Olšákgallium: add PIPE_SHADER_CAP_SUBROUTINES
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-22 Dave Airlier600g: pick correct color swap for A8 fbos.
2010-11-22 Tom Stellardr300/compiler: Add a more efficient version of rc_find_...
2010-11-22 Tom Stellardr300/compiler: Enable rename_reg pass for r500 cards
2010-11-22 Tom Stellardr300/compiler: Use presubtract operations as much as...
2010-11-22 Tom Stellardr300/compiler: Convert RGB to alpha in the scheduler
2010-11-22 Tom Stellardr300/compiler: Track readers through branches in rc_get...
2010-11-22 Tom Stellardr300/compiler: Handle BREAK and CONTINUE in rc_get_read...
2010-11-22 Tom Stellardr300/compiler: Add rc_get_readers()
2010-11-22 Tom Stellardr300/compiler: Ignore alpha dest register when replicat...
2010-11-22 Tom Stellardr300/compiler: Use zero as the register index for unuse...
2010-11-22 Tom Stellardr300/compiler: Fix instruction scheduling within IF...
2010-11-22 Tom Stellardr300/compiler: Fix register allocator's handling of...
2010-11-22 Tom Stellardr300/compiler: Make sure presubtract sources use suppor...
2010-11-21 Vinson Leer600: Remove unnecessary header.
2010-11-21 Marek Olšákdocs: add GL 4.1 status
2010-11-21 Marek Olšákst/mesa: enable ARB_explicit_attrib_location and EXT_se...
2010-11-21 Brian Paulmesa: fix get_texture_dimensions() for texture array...
2010-11-21 Brian Pauldocs: update some GL 3.0 status
2010-11-21 Brian Paulmesa: hook up GL 3.x entrypoints
2010-11-21 Brian Paulglapi: rename GL3.xml to GL3x.xml as it covers all...
2010-11-21 Brian Paulmesa: fix error msg typo
2010-11-21 Daniel Vetteri915g: kill idws->pool
2010-11-21 Daniel Vetteri915g: kill buf->map_gtt
2010-11-21 Daniel Vetteri915g: kill RGBA/X formats
2010-11-21 Daniel Vetteri915g: add pineview pci ids
2010-11-21 Daniel Vetteri915g: s/hw_tiled/tiling
2010-11-21 Daniel Vetteri915g: rip out ->sw_tiled
2010-11-21 Joakim Sindholtr300g: silence guard band cap errors
2010-11-21 Chia-I Wust/vega: Fix vgReadPixels with a subrectangle.
2010-11-21 Chia-I Wust/vega: Set wrap_r for mask and blend samplers.
2010-11-21 Chia-I Wust/vega: vegaLookupSingle should validate the state.
2010-11-21 Chia-I Wutgsi: Add STENCIL to text parser.
2010-11-21 Vinson Leemesa: Clean up header file inclusion in stencil.h.
2010-11-21 Vinson Leemesa: Clean up header file inclusion in shared.h.
2010-11-21 Vinson Leemesa: Clean up header file inclusion in shaderapi.h.
2010-11-21 Vinson Leemesa: Clean up header file inclusion in scissor.h.
2010-11-21 Vinson Leemesa: Clean up header file inclusion in renderbuffer.h.
2010-11-21 Vinson Leemesa: Clean up header file inclusion in readpix.h.
2010-11-21 Vinson Leemesa: Clean up header file inclusion in rastpos.h.
2010-11-21 Vinson Leemesa: Clean up header file inclusion in polygon.h.
2010-11-21 Vinson Leeintel: Remove unnecessary header.
2010-11-21 Vinson Leer600: Remove unnecesary header.
2010-11-21 Vinson Leeswrast: Remove unnecessary header.
2010-11-21 Vinson Leest/mesa: Remove unnecessary headers.
2010-11-21 Chia-I Wuscons: Define IN_DRI_DRIVER.
2010-11-20 Xavier Chantrynvfx: only expose one rt on nv30
2010-11-20 Owen W. Taylorr600g: Fix location for clip plane registers
2010-11-20 Marek Olšákr300g: fix rendering with no vertex elements
2010-11-20 Eric Anholti965: Remove duplicate MRF writes in the FS backend.
2010-11-20 Eric Anholti965: Improve compute-to-mrf.
2010-11-20 Eric Anholtir_to_mesa: Detect and emit MOV_SATs for saturate const...
2010-11-20 Eric Anholti965: Recognize saturates and turn them into a saturate...
2010-11-20 Eric Anholtglsl: Add a helper function for determining if an rvalu...
2010-11-20 Eric Anholti965: Fold constants into the second arg of BRW_SEL...
2010-11-20 Eric Anholti965: Remove extra \n at the end of every instruction...
next