r300/vertprog: Refactor fog_as_texcoord to use rc_program
[mesa.git] / src /
2009-07-27 Nicolai Hähnler300/vertprog: Refactor fog_as_texcoord to use rc_program
2009-07-27 Nicolai Hähnler300/vertprog: Refactor addArtificialOutputs to use...
2009-07-27 Nicolai Hähnler300/fragprog: Refactor wpos rewrite to use rc_program
2009-07-27 Nicolai Hähnler300/compiler: Refactor fragment program fog rewrite...
2009-07-27 Nicolai Hähnler300/compiler: Refactor rewrite_depth_out to use rc_program
2009-07-27 Nicolai Hähnler300/compiler: Refactor local transforms to use rc_program
2009-07-27 Nicolai Hähnler300: Allow compiler to add constants in a cleaner way
2009-07-27 Nicolai Hähnler300/compiler: Refactor nqssadce to use rc_program
2009-07-27 Nicolai Hähnler300/compiler: Refactor for rc_program usage
2009-07-27 Nicolai Hähnler300/compiler: Add rc_print_program
2009-07-27 Nicolai Hähnler300/compiler: Lay groundwork for better error handling
2009-07-27 Nicolai Hähnler300: Remove dependency on GLcontext from compiler
2009-07-27 Nicolai Hähnler300/vertprog: Cleanup source conflict handling
2009-07-27 Nicolai Hähnler300/vertprog: Massively reduce code duplication
2009-07-27 Nicolai Hähnler300/vertprog: Use generic transforms and throw away...
2009-07-27 Nicolai Hähnler300: Move vertex program compilation to compiler
2009-07-27 Nicolai Hähnler300: Cleanup vertex_program structure
2009-07-27 Nicolai Hähnler300: Remove faux lazy translation of vertex programs
2009-07-27 Nicolai Hähnler300: Reduce include dependencies
2009-07-27 Nicolai Hähnler300: Introduce rc_program and use it in radeon_pair
2009-07-27 Nicolai Hähnler300: Add radeon_compiler as a base for compilation...
2009-07-27 Nicolai Hähnler300: Remove some unnecessary includes
2009-07-27 Nicolai Hähnler300/compiler: Compile the compiler seperately into...
2009-07-27 Nicolai Hähnler300: Further reduce dependency between compiler and...
2009-07-27 Nicolai Hähnler300: Remove some dependencies on additional fragment...
2009-07-27 Nicolai Hähnler300: Remove GLcontext from r300_fragment_program_compiler
2009-07-27 Nicolai Hähnler300: Remove GLcontext requirement from radeonLocalTran...
2009-07-27 Nicolai Hähnler300: Remove unused enums
2009-07-27 Nicolai Hähnler300: Remove GLcontext requirement from radeon_nqssadce
2009-07-27 Nicolai Hähnler300: Remove GLcontext requirement from radeon_program_pair
2009-07-27 Nicolai Hähnler300/program_pair: Introduce driver-specific texture...
2009-07-27 Nicolai Hähnler300/program_pair: Dynamically allocate instructions...
2009-07-27 Nicolai Hähnler300: Detangle fragment program compiler from driver...
2009-07-27 Pauli Nieminenradeon: Add r6xx/r7xx chip family to get_chip_family_name
2009-07-27 Patrice Mandinnouveau: swizzle a single row or column, doing it one...
2009-07-27 Alex Deucherr600: fix textures
2009-07-27 Alex Deucherr600: don't draw when num indices is 0
2009-07-27 Alex Deucherr600: set VGT NUM_INSTANCES as part of the draw command
2009-07-27 Alex Deucherr600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SC...
2009-07-27 Alex Deucherr600: switch vtx resource setup to use SETfield macros
2009-07-27 Alex Deucherr600: switch tex code to use SETfield macros
2009-07-27 Corbin Simpsonr300g: Fix two trivial texture size issues.
2009-07-27 Corbin Simpsonradeon-gallium: If BO allocation fails, return NULL.
2009-07-27 Corbin Simpsonr300g: Add some debugging, correct little bits of math...
2009-07-26 Patrice Mandinnouveau: only swizzle square textures for copy
2009-07-26 Patrice Mandinnouveau: Take into account destination position for...
2009-07-26 Patrice Mandinnouveau: Recursively swizzle an NPOT sized copy
2009-07-24 Patrice Mandinnouveau: use nv04_surface_copy_swizzle only for POT...
2009-07-24 Joakim Sindholtradeon-gallium: remove old getparam ioctl
2009-07-23 Alex Deucherr600: fix segfault in morph3d
2009-07-23 Keith Whitwelldraw: correct address for machine struct in llvm path
2009-07-23 Keith Whitwellgallivm: updates for TGSI changes
2009-07-23 Corbin Simpsonr300g, radeon-gallium: Fix API, cleanup.
2009-07-23 Nicolai Hähnleradeon-gallium: Build fixes wrt changed libdrm_radeon...
2009-07-23 Corbin Simpsonr300g: PIPE_CAP_BLEND_EQUATION_SEPARATE.
2009-07-23 Keith Whitwellgallium: clean up opcode definitions
2009-07-23 Keith Whitwellgallium: remove deprecated TGSI opcodes
2009-07-23 José Fonsecar600: Remove CRLF line endings.
2009-07-23 Vinson Leeutil: Add support for Mac OS.
2009-07-23 Corbin Simpsonr300g: Actually mark shaders as translated/untranslated.
2009-07-23 Brian Paulcell: update TGSI_OPCODE_ cases
2009-07-22 Michel Dänzergallium: Fix PPC build.
2009-07-22 Patrice Mandinnouveau: nv30: wrong variable for format
2009-07-22 Maciej Cencorar300: fix address register handling in NQSSADCE
2009-07-22 Patrice Mandinnouveau: Take into account sx,sy parameters to read...
2009-07-22 Keith Whitwellgallium: remove multiple aliases for TGSI opcodes
2009-07-22 Keith Whitwellgallium: simplify tgsi_full_immediate struct
2009-07-21 Richard Lir600: fix dst reg indexing for real
2009-07-21 Alex DeucherRevert "r600: fix dst reg indexing"
2009-07-21 Alex Deucherr600: add stencil support
2009-07-21 Alex Deucherr600: use state functions to set default state
2009-07-21 Alex Deucherr600: fill in point functions
2009-07-21 Alex Deucherr600: set provoking vertex to last vertex for OGL
2009-07-21 Alex Deucherr600: fill in r700UpdateViewportOffset
2009-07-21 Alex Deucherr600: first pass at polyoffset support
2009-07-21 Jerome Glisseradeon: fix colorbuffer pitch emission regarding tiling...
2009-07-21 Alex DeucherR600: fix up some build problems
2009-07-21 Alex Deucherr600: add alpha test support
2009-07-21 Michel DänzerTrack Radeon driver symlinks in Git.
2009-07-21 Peter HuttererAdd missing X11_INCLUDES to egl/drivers/demo and egl...
2009-07-21 Eric Anholti965: Don't clip everything if FRONT_AND_BACK culling...
2009-07-20 Alex Deucherr600: fix typo in blend code
2009-07-20 Kevin DeKorter600: fix dst reg indexing
2009-07-20 Alex Deucherr600: add blending support
2009-07-20 Alex Deucherr600: add user clip plane support
2009-07-20 Alex Deucherr600: add logicop support
2009-07-20 Keith Whitwelltgsi: get texturing working in vertex shader sse2 path
2009-07-20 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-07-20 Michel Dänzerradeon: With DRI1, if we have HW stencil, only expose...
2009-07-20 Keith Whitwelltgsi: get texturing working in vertex shader sse2 path
2009-07-20 Keith Whitwelltgsi: fix regression in indexed const lookups
2009-07-20 Kevin DeKorter600: Fix compilation
2009-07-20 Cooper YuanR6xx/r7xx: Fix line stipple and width issue
2009-07-20 Michel DänzerAdd common_ppc.c to MESA_GALLIUM_SOURCES.
2009-07-20 Michel Dänzerr300g: Fix SCons build.
2009-07-20 Michel Dänzergallium/trace: Fix SCons build.
2009-07-19 Michel Dänzerr300g: Guard R500 register writes by is_r500 check.
2009-07-18 Dave Airliegallium: make g3dvl build again
2009-07-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-17 Alex DeucherR6xx/R7xx: add fine grained syncing support
next