2009-07-28 |
Alex Deucher | r600: don't call r700UpdateShaders twice for each render |
commit | commitdiff | tree |
2009-07-28 |
Alex Deucher | r600: move r700TranslateFragmentShader into r700UpdateS... |
commit | commitdiff | tree |
2009-07-28 |
Alex Deucher | r600: disable flat shade fix in 506bacb8e40b0a170a4b620... |
commit | commitdiff | tree |
2009-07-28 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-07-28 |
Brian Paul | gallium: minor code/comments clean-up |
commit | commitdiff | tree |
2009-07-28 |
Chia-I Wu | egl: Comment out unused tables in_eglFillInConfigs |
commit | commitdiff | tree |
2009-07-28 |
Vinson Lee | progs/trivial: add missing files to Makefile, .gitignore |
commit | commitdiff | tree |
2009-07-28 |
Cooper Yuan | R6xx/r7xx: enable flat shading, this can fix quadric... |
commit | commitdiff | tree |
2009-07-27 |
Alex Deucher | r600: fix _REV texture format component swizzles |
commit | commitdiff | tree |
2009-07-27 |
Brian Paul | mesa: regenerated file |
commit | commitdiff | tree |
2009-07-27 |
RALOVICH, Kristóf | glx: remove XTHREADS support |
commit | commitdiff | tree |
2009-07-27 |
RALOVICH, Kristóf | docs: do not mentions xthreads any more |
commit | commitdiff | tree |
2009-07-27 |
RALOVICH, Kristóf | glapi: regenerated GL API assembly files |
commit | commitdiff | tree |
2009-07-27 |
RALOVICH, Kristóf | glapi: remove XTHREADS support |
commit | commitdiff | tree |
2009-07-27 |
Brian Paul | intel: Fix leak of DRI option info due to using the... |
commit | commitdiff | tree |
2009-07-27 |
Brian Paul | intel: Clean up leak of driver context structure on... |
commit | commitdiff | tree |
2009-07-27 |
Brian Paul | st/mesa: silence warning |
commit | commitdiff | tree |
2009-07-27 |
Brian Paul | mesa: separate some finite/pragma Watcom stuff |
commit | commitdiff | tree |
2009-07-27 |
Brian Paul | softpipe: include sp_winsys.h to silence function proto... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Make calculate_inputs_outputs available... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Add vertex program code dumper from... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Prepare for hookup to Gallium |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/fragprog: Move wpos_attr and fog_attr where they... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constants |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/fragprog: No longer rely on hardcoded FRAG_RESULT_... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/fragprog: Move some of the attribute handling... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/fragprog: Finally get rid of the duplicate program... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/vertprog: Move Mesa-dependent input/output handlin... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove ugly PSIZ hack |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/vertprog: Refactor wpos rewrite using rc_program |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/vertprog: Refactor fog_as_texcoord to use rc_program |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/vertprog: Refactor addArtificialOutputs to use... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/fragprog: Refactor wpos rewrite to use rc_program |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Refactor fragment program fog rewrite... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Refactor rewrite_depth_out to use rc_program |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Refactor local transforms to use rc_program |
commit | commitdiff | tree |
2009-07-27 |
Brian Paul | intel: Use _mesa_warning() to report GEM warnings |
commit | commitdiff | tree |
2009-07-27 |
Karl Schultz | windows: updated VC8 project files |
commit | commitdiff | tree |
2009-07-27 |
Brian Paul | docs: 7.5 tarball md5sums |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Allow compiler to add constants in a cleaner way |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Refactor nqssadce to use rc_program |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Refactor for rc_program usage |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Add rc_print_program |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Lay groundwork for better error handling |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove dependency on GLcontext from compiler |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/vertprog: Cleanup source conflict handling |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/vertprog: Massively reduce code duplication |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/vertprog: Use generic transforms and throw away... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Move vertex program compilation to compiler |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Cleanup vertex_program structure |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove faux lazy translation of vertex programs |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Reduce include dependencies |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Introduce rc_program and use it in radeon_pair |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Add radeon_compiler as a base for compilation... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove some unnecessary includes |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/compiler: Compile the compiler seperately into... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Further reduce dependency between compiler and... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove some dependencies on additional fragment... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove GLcontext from r300_fragment_program_compiler |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove GLcontext requirement from radeonLocalTran... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove unused enums |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove GLcontext requirement from radeon_nqssadce |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Remove GLcontext requirement from radeon_program_pair |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/program_pair: Introduce driver-specific texture... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300/program_pair: Dynamically allocate instructions... |
commit | commitdiff | tree |
2009-07-27 |
Nicolai Hähnle | r300: Detangle fragment program compiler from driver... |
commit | commitdiff | tree |
2009-07-27 |
Pauli Nieminen | radeon: Add r6xx/r7xx chip family to get_chip_family_name |
commit | commitdiff | tree |
2009-07-27 |
Patrice Mandin | nouveau: swizzle a single row or column, doing it one... |
commit | commitdiff | tree |
2009-07-27 |
Alex Deucher | r600: fix textures |
commit | commitdiff | tree |
2009-07-27 |
Alex Deucher | r600: don't draw when num indices is 0 |
commit | commitdiff | tree |
2009-07-27 |
Alex Deucher | r600: set VGT NUM_INSTANCES as part of the draw command |
commit | commitdiff | tree |
2009-07-27 |
Alex Deucher | r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SC... |
commit | commitdiff | tree |
2009-07-27 |
Alex Deucher | r600: switch vtx resource setup to use SETfield macros |
commit | commitdiff | tree |
2009-07-27 |
Alex Deucher | r600: switch tex code to use SETfield macros |
commit | commitdiff | tree |
2009-07-27 |
Corbin Simpson | r300g: Fix two trivial texture size issues. |
commit | commitdiff | tree |
2009-07-27 |
Corbin Simpson | radeon-gallium: If BO allocation fails, return NULL. |
commit | commitdiff | tree |
2009-07-27 |
Corbin Simpson | r300g: Add some debugging, correct little bits of math... |
commit | commitdiff | tree |
2009-07-26 |
Patrice Mandin | nouveau: only swizzle square textures for copy |
commit | commitdiff | tree |
2009-07-26 |
José Fonseca | util: fix typo. |
commit | commitdiff | tree |
2009-07-26 |
Patrice Mandin | nouveau: Take into account destination position for... |
commit | commitdiff | tree |
2009-07-26 |
Patrice Mandin | nouveau: Recursively swizzle an NPOT sized copy |
commit | commitdiff | tree |
2009-07-24 |
Patrice Mandin | nouveau: use nv04_surface_copy_swizzle only for POT... |
commit | commitdiff | tree |
2009-07-24 |
Joakim Sindholt | radeon-gallium: remove old getparam ioctl |
commit | commitdiff | tree |
2009-07-24 |
Brian Paul | mesa: include glew headers in MesaDemos tarballs |
commit | commitdiff | tree |
2009-07-23 |
Alex Deucher | r600: fix segfault in morph3d |
commit | commitdiff | tree |
2009-07-23 |
Keith Whitwell | draw: correct address for machine struct in llvm path |
commit | commitdiff | tree |
2009-07-23 |
Keith Whitwell | gallivm: updates for TGSI changes |
commit | commitdiff | tree |
2009-07-23 |
Corbin Simpson | r300g, radeon-gallium: Fix API, cleanup. |
commit | commitdiff | tree |
2009-07-23 |
Nicolai Hähnle | radeon-gallium: Build fixes wrt changed libdrm_radeon... |
commit | commitdiff | tree |
2009-07-23 |
Corbin Simpson | r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE. |
commit | commitdiff | tree |
2009-07-23 |
Keith Whitwell | gallium: clean up opcode definitions |
commit | commitdiff | tree |
2009-07-23 |
Keith Whitwell | gallium: remove deprecated TGSI opcodes |
commit | commitdiff | tree |
2009-07-23 |
José Fonseca | r600: Remove CRLF line endings. |
commit | commitdiff | tree |
2009-07-23 |
Vinson Lee | util: Add support for Mac OS. |
commit | commitdiff | tree |
2009-07-23 |
Corbin Simpson | r300g: Actually mark shaders as translated/untranslated. |
commit | commitdiff | tree |
2009-07-23 |
Brian Paul | cell: update TGSI_OPCODE_ cases |
commit | commitdiff | tree |
2009-07-22 |
Michel Dänzer | gallium: Fix PPC build. |
commit | commitdiff | tree |
2009-07-22 |
Patrice Mandin | nouveau: nv30: wrong variable for format |
commit | commitdiff | tree |
2009-07-22 |
Maciej Cencora | r300: fix address register handling in NQSSADCE |
commit | commitdiff | tree |
2009-07-22 |
Patrice Mandin | nouveau: Take into account sx,sy parameters to read... |
commit | commitdiff | tree |
next |