- b1f7c84 r600: move r700TranslateFragmentShader into r700UpdateShaders by Alex Deucher · 15 years ago
- 4d64852 r600: disable flat shade fix in 506bacb8e40b0a170a4b620113506925d2333735 by Alex Deucher · 15 years ago
- d2f6d6c Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
- 94726bc gallium: minor code/comments clean-up by Brian Paul · 15 years ago
- a744a49 egl: Comment out unused tables in_eglFillInConfigs by Chia-I Wu · 15 years ago
- bc60b88 progs/trivial: add missing files to Makefile, .gitignore by Vinson Lee · 15 years ago
- 506bacb R6xx/r7xx: enable flat shading, this can fix quadric/accanti/accpersp by Cooper Yuan · 15 years ago
- fcf317a r600: fix _REV texture format component swizzles by Alex Deucher · 15 years ago
- 6c03563 mesa: regenerated file by Brian Paul · 15 years ago
- 8363dff glx: remove XTHREADS support by RALOVICH, Kristóf · 15 years ago
- 27e5558 docs: do not mentions xthreads any more by RALOVICH, Kristóf · 15 years ago
- bdb8ee5 glapi: regenerated GL API assembly files by RALOVICH, Kristóf · 15 years ago
- 8f397bf glapi: remove XTHREADS support by RALOVICH, Kristóf · 15 years ago
- 3dbaf68 intel: Fix leak of DRI option info due to using the wrong free routine. by Brian Paul · 15 years ago
- 722d136 intel: Clean up leak of driver context structure on context destroy. by Brian Paul · 15 years ago
- a7427b0 st/mesa: silence warning by Brian Paul · 15 years ago
- 0ad9eba mesa: separate some finite/pragma Watcom stuff by Brian Paul · 15 years ago
- 7e2f26c softpipe: include sp_winsys.h to silence function prototype warning by Brian Paul · 15 years ago
- 3ccf89d r300/compiler: Make calculate_inputs_outputs available to external users by Nicolai Hähnle · 15 years ago
- 59fff53 r300/compiler: Add vertex program code dumper from Gallium driver by Nicolai Hähnle · 15 years ago
- 6bc0e10 r300/compiler: Prepare for hookup to Gallium by Nicolai Hähnle · 15 years ago
- e82a50a r300/fragprog: Move wpos_attr and fog_attr where they belong by Nicolai Hähnle · 15 years ago
- 7903348 r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constants by Nicolai Hähnle · 15 years ago
- e034683 r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constants by Nicolai Hähnle · 15 years ago
- 836050b r300/fragprog: Move some of the attribute handling out of the compiler by Nicolai Hähnle · 15 years ago
- 1348a7e r300/fragprog: Finally get rid of the duplicate program copy by Nicolai Hähnle · 15 years ago
- 3f78381 r300/vertprog: Move Mesa-dependent input/output handling out of compiler by Nicolai Hähnle · 15 years ago
- d6a3048 r300: Remove ugly PSIZ hack by Nicolai Hähnle · 15 years ago
- 05a51f4 r300/vertprog: Refactor wpos rewrite using rc_program by Nicolai Hähnle · 15 years ago
- ce0c32e r300/vertprog: Refactor fog_as_texcoord to use rc_program by Nicolai Hähnle · 15 years ago
- a1e8992 r300/vertprog: Refactor addArtificialOutputs to use rc_program by Nicolai Hähnle · 15 years ago
- 273af68 r300/fragprog: Refactor wpos rewrite to use rc_program by Nicolai Hähnle · 15 years ago
- 9dc1be4 r300/compiler: Refactor fragment program fog rewrite to use rc_program by Nicolai Hähnle · 15 years ago
- aab949c r300/compiler: Refactor rewrite_depth_out to use rc_program by Nicolai Hähnle · 15 years ago
- 6f4608f r300/compiler: Refactor local transforms to use rc_program by Nicolai Hähnle · 15 years ago
- d2f56fe intel: Use _mesa_warning() to report GEM warnings by Brian Paul · 15 years ago
- 09ef339 windows: updated VC8 project files by Karl Schultz · 15 years ago
- 25e371f docs: 7.5 tarball md5sums by Brian Paul · 15 years ago
- 800f482 r300: Allow compiler to add constants in a cleaner way by Nicolai Hähnle · 15 years ago
- 92f7a59 r300/compiler: Refactor nqssadce to use rc_program by Nicolai Hähnle · 15 years ago
- a898e7d r300/compiler: Refactor for rc_program usage by Nicolai Hähnle · 15 years ago
- 2237d13 r300/compiler: Add rc_print_program by Nicolai Hähnle · 15 years ago
- 8bcb6ef r300/compiler: Lay groundwork for better error handling by Nicolai Hähnle · 15 years ago
- c5cb9a3 r300: Remove dependency on GLcontext from compiler by Nicolai Hähnle · 15 years ago
- d654042 r300/vertprog: Cleanup source conflict handling by Nicolai Hähnle · 15 years ago
- 86e3334 r300/vertprog: Massively reduce code duplication by Nicolai Hähnle · 15 years ago
- 127ca61 r300/vertprog: Use generic transforms and throw away unneeded code by Nicolai Hähnle · 15 years ago
- 8444527 r300: Move vertex program compilation to compiler by Nicolai Hähnle · 15 years ago
- 11cd795 r300: Cleanup vertex_program structure by Nicolai Hähnle · 15 years ago
- 927f5f1 r300: Remove faux lazy translation of vertex programs by Nicolai Hähnle · 15 years ago
- a808b10 r300: Reduce include dependencies by Nicolai Hähnle · 15 years ago
- 9198ab8 r300: Introduce rc_program and use it in radeon_pair by Nicolai Hähnle · 15 years ago
- 9cd5e3e r300: Add radeon_compiler as a base for compilation-related tasks by Nicolai Hähnle · 15 years ago
- 6477664 r300: Remove some unnecessary includes by Nicolai Hähnle · 15 years ago
- 77a6ae6 r300/compiler: Compile the compiler seperately into an archive by Nicolai Hähnle · 15 years ago
- d6275cc r300: Further reduce dependency between compiler and classic driver by Nicolai Hähnle · 15 years ago
- f70d3ee r300: Remove some dependencies on additional fragment program copies by Nicolai Hähnle · 15 years ago
- b54e083 r300: Remove GLcontext from r300_fragment_program_compiler by Nicolai Hähnle · 15 years ago
- e93d70e r300: Remove GLcontext requirement from radeonLocalTransform by Nicolai Hähnle · 15 years ago
- 9ceee4d r300: Remove unused enums by Nicolai Hähnle · 15 years ago
- b4b286b r300: Remove GLcontext requirement from radeon_nqssadce by Nicolai Hähnle · 15 years ago
- d29cdde r300: Remove GLcontext requirement from radeon_program_pair by Nicolai Hähnle · 15 years ago
- cb8c694 r300/program_pair: Introduce driver-specific texture instruction structure by Nicolai Hähnle · 15 years ago
- 78f88d8 r300/program_pair: Dynamically allocate instructions temporarily by Nicolai Hähnle · 15 years ago
- e5bed43 r300: Detangle fragment program compiler from driver-specific structure by Nicolai Hähnle · 15 years ago
- 6b14286 radeon: Add r6xx/r7xx chip family to get_chip_family_name by Pauli Nieminen · 15 years ago
- 1ee3bcf nouveau: swizzle a single row or column, doing it one pixel at a time by Patrice Mandin · 15 years ago
- 7d3190a r600: fix textures by Alex Deucher · 15 years ago
- 7e6819f r600: don't draw when num indices is 0 by Alex Deucher · 15 years ago
- 48b2fea r600: set VGT NUM_INSTANCES as part of the draw command by Alex Deucher · 15 years ago
- 600a53a r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SCRATCH_REG_OFFSET by Alex Deucher · 15 years ago
- 0b3d51e r600: switch vtx resource setup to use SETfield macros by Alex Deucher · 15 years ago
- 2c5e55d r600: switch tex code to use SETfield macros by Alex Deucher · 15 years ago
- 7a10472 r300g: Fix two trivial texture size issues. by Corbin Simpson · 15 years ago
- 725c1f0 radeon-gallium: If BO allocation fails, return NULL. by Corbin Simpson · 15 years ago
- 2cbd5ec r300g: Add some debugging, correct little bits of math in texture setup. by Corbin Simpson · 15 years ago
- 8df35b7 nouveau: only swizzle square textures for copy by Patrice Mandin · 15 years ago
- 5276b04 util: fix typo. by José Fonseca · 15 years ago
- 2b8a8f75 nouveau: Take into account destination position for copy_swizzle, need to split copy a bit more by Patrice Mandin · 15 years ago
- 77a8a65 nouveau: Recursively swizzle an NPOT sized copy by Patrice Mandin · 15 years ago
- 8c30292 nouveau: use nv04_surface_copy_swizzle only for POT sizes by Patrice Mandin · 15 years ago
- 12b183d radeon-gallium: remove old getparam ioctl by Joakim Sindholt · 15 years ago
- c57d81d mesa: include glew headers in MesaDemos tarballs by Brian Paul · 15 years ago
- 3b4235d r600: fix segfault in morph3d by Alex Deucher · 15 years ago
- aa99a76 draw: correct address for machine struct in llvm path by Keith Whitwell · 15 years ago
- adc6f8c gallivm: updates for TGSI changes by Keith Whitwell · 15 years ago
- ca83d5a r300g, radeon-gallium: Fix API, cleanup. by Corbin Simpson · 15 years ago
- 27b3c43 radeon-gallium: Build fixes wrt changed libdrm_radeon space check API by Nicolai Hähnle · 15 years ago
- 256eacb r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE. by Corbin Simpson · 15 years ago
- d0d98f3 gallium: clean up opcode definitions by Keith Whitwell · 15 years ago
- 78379ab gallium: remove deprecated TGSI opcodes by Keith Whitwell · 15 years ago
- 8b78294 r600: Remove CRLF line endings. by José Fonseca · 15 years ago
- af1163c util: Add support for Mac OS. by Vinson Lee · 15 years ago
- 07961bb r300g: Actually mark shaders as translated/untranslated. by Corbin Simpson · 15 years ago
- 895c435 cell: update TGSI_OPCODE_ cases by Brian Paul · 15 years ago
- d602966 gallium: Fix PPC build. by Michel Dänzer · 15 years ago
- b704239 nouveau: nv30: wrong variable for format by Patrice Mandin · 15 years ago
- b129c55 r300: fix address register handling in NQSSADCE by Maciej Cencora · 15 years ago
- db40bb0 nouveau: Take into account sx,sy parameters to read from source surface by Patrice Mandin · 15 years ago
- b4ba6a6 docs: initial release notes for 7.5.1 by Brian Paul · 15 years ago