summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-08gallivm/llvmpipe: implement system values and instanceIDBrian Paul
2010-12-08st/mesa: translate shader system inputsBrian Paul
2010-12-08draw: setup instance ID for SSE generatorBrian Paul
2010-12-08draw: setup instance ID for VS interpreterBrian Paul
2010-12-08mesa: ir_to_mesa support for system valuesBrian Paul
2010-12-08glsl: add support for system values and GL_ARB_draw_instancedBrian Paul
2010-12-08mesa: program printing for PROGRAM_SYSTEM_VALUEBrian Paul
2010-12-08mesa: add PROGRAM_SYSTEM_VALUE and related tokensBrian Paul
2010-12-08tgsi/ppc: add case for system values and assertBrian Paul
2010-12-08tgsi/sse: add support for system valuesBrian Paul
2010-12-08tgsi: new tgsi_shader_info fields for system valuesBrian Paul
2010-12-08tgsi: add support for system values to TGSI interpreterBrian Paul
2010-12-05st/mesa: GL_ARB_draw_instanced depends on PIPE_CAP_INSTANCED_DRAWINGBrian Paul
2010-12-05gallium: added PIPE_CAP_INSTANCED_DRAWINGBrian Paul
2010-11-23glsl: start restoring some geometry shader codeBrian Paul
2010-11-23glsl: better handling of linker failuresBrian Paul
2010-11-23mesa: use gl_shader_type enumBrian Paul
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul
2010-11-23mesa: _mesa_valid_register_index() to validate register indexesBrian Paul
2010-11-23mesa: rename, make _mesa_register_file_name() non-staticBrian Paul
2010-11-23glsl: use gl_register_file in a few placesBrian Paul
2010-11-23glsl: fix off by one in register index assertionBrian Paul
2010-11-23gallium/egl: fix r300 vs r600 loadingAlex Deucher
2010-11-23i965: Use the new embedded compare in SEL on gen6 for VS MIN and MAX opcodes.Eric Anholt
2010-11-23i965: Don't upload line smooth params unless we're line smoothing.Eric Anholt
2010-11-23i965: Don't upload line stipple pattern unless we're stippling.Eric Anholt
2010-11-23i965: Don't upload polygon stipple unless required.Eric Anholt
2010-11-23i965: Move gen4 blend constant color to the gen4 blending file.Eric Anholt
2010-11-23r600g: Removed duplicated call to tgsi_split_literal_constant().Tilman Sauerbeck
2010-11-23r300/compiler: Don't allow presubtract sources to be remapped twiceTom Stellard
2010-11-23r600g: Only compare active vertex elementsMathias Fröhlich
2010-11-22mesa: Clean up header file inclusion in syncobj.h.Vinson Lee
2010-11-22llvmpipe: Remove unnecessary headers.Vinson Lee
2010-11-23mesa: fix regression from b4bb6680200b5a898583392f4c831c02f41e63f7Xiang, Haihao
2010-11-22r600c: fix VC flush on cedar and palmAlex Deucher
2010-11-22r600g: add support for ontario APUsAlex Deucher
2010-11-22r600c: add Ontario Fusion APU supportAlex Deucher
2010-11-22r300g: Avoid returning values in a static array, fixing a potential raceMathias Fröhlich
2010-11-22r600g: fix some winsys functions to deal properly with evergreenAlex Deucher
2010-11-22r600g: fix additional EVENT_WRITE packetAlex Deucher
2010-11-22st/mesa: set MaxUniformComponentsMarek Olšák
2010-11-22swrast: init alpha value to 1.0 in opt_sample_rgb_2d()Brian Paul
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-22Merge branch 'lp-offset-twoside'Keith Whitwell
2010-11-22r600g: pick correct color swap for A8 fbos.Dave Airlie
2010-11-21r300/compiler: Add a more efficient version of rc_find_free_temporary()Tom Stellard
2010-11-21r300/compiler: Enable rename_reg pass for r500 cardsTom Stellard
2010-11-21r300/compiler: Use presubtract operations as much as possibleTom Stellard
2010-11-21r300/compiler: Convert RGB to alpha in the schedulerTom Stellard
2010-11-21r300/compiler: Track readers through branches in rc_get_readers()Tom Stellard