Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / r300 / compiler /
2017-09-08 Eric Engestromr300: use ARRAY_SIZE macro
2016-08-01 Matt Turnerr300g: Avoid aliasing violation.
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-06 Edward O'Callaghangallium/drivers: Remove unnecessary semicolons
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-19 Jason Ekstrandutil/ra: Make allocating conflict lists optional
2015-04-27 Zoë BladeFix a few typos
2015-03-09 Marek Olšákr300g: remove the broken SNORM->UNORM shader lowering...
2015-03-04 Matt Turnerr300g: Check return value of snprintf().
2015-03-04 Matt Turnerr300g: Use PATH_MAX instead of limiting ourselves to...
2015-02-27 Vinson Leer300g/tests: Include stdio.h.
2015-02-27 Brian Paulradeon/compiler: include stdio.h
2015-02-26 Brian Paulr300g: remove dependency on compiler.h
2014-12-21 David Heidelbergr300g: implement ARR opcode
2014-10-14 David Heidelbergerr300/compiler: remove useless check
2014-09-24 Emil Velikovgallium/r300: remove obsolete declaration
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-12 Connor Abbottr300g: set register classes before interferences
2014-08-28 Emil Velikovgallium/radeon: cleanup header inclusion
2014-08-20 Michel Dänzerr300g: Fix path to test programs for out-of-tree builds
2014-08-13 Tom Stellardr300g: Fix bug in build_loop_info()/compiler v2
2014-08-13 Connor Abbottra: cleanup the public API
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-02-28 Siavash Eliasir300g/tests: Added missing fclose for FILE resource.
2013-12-09 Tom Stellardr300/compiler/tests: Fix line length check in test...
2013-12-09 Tom Stellardr300/compiler/tests: Fix segfault
2013-10-20 David Heidelbergerr300g/compiler: Fix unsigned comparison with less than...
2013-08-08 Tom Stellardr300g/compiler/tests: Fix segfault
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-01 Tom Stellardr300g/compiler: Prevent regalloc from swizzling texture...
2013-07-01 Tom Stellardr300g/compiler/tests: Add an assembly parser
2013-04-12 Tom Stellardr300g: Fix bug in OMOD optimization
2013-02-22 Tom Stellardr300g/compiler: Fix bug in OMOD folding
2013-02-22 Tom Stellardr300g/tests: Add helper functions for creating a full...
2013-02-22 Tom Stellardr300g/tests: Exit test runner with a valid status code
2013-02-22 Tom Stellardr300g/complier: Make r300_vertprog_swizzle_caps visible...
2013-02-22 Tom Stellardr300g/compiler: Fix typo in comment
2013-02-22 Tom Stellardr300g/compiler: Add missing license headers
2013-02-06 Marek Olšákr300/compiler: copy-propagate saturate mode when possible
2013-02-06 Marek Olšákr300/compiler: add support for saturate output modifier...
2013-01-06 Marek Olšákr300g/compiler: add shader emulation for the alpha_to_o...
2012-11-16 Tom Stellardr300/compiler: Avoid generating MOV instructions for...
2012-09-19 Tom Stellardr300/compiler: Use precomputed q values in the register...
2012-09-19 Tom Stellardr300g: Init regalloc state during context creation
2012-09-19 Tom Stellardr300/compiler: Don't create register classes for inputs
2012-09-19 Tom Stellardra: Add q_values parameter to ra_set_finalize()
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-08-27 Marek Olšákr300g: implement TRUNC correctly
2012-08-27 Tom Stellardr300/compiler: Use variable lists in the rename_regs...
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
2012-07-16 Brian Paulr300g: silence uninitialized var warning
2012-04-14 Tom Stellardr300/compiler: Exit immediately from rc_vert_fc() if...
2012-04-14 Tom Stellardr300/compiler: Copy all instruction attributes during...
2012-04-14 Tom Stellardr300/compiler: Fix nested flow control in r500 vertex...
2012-03-05 Tom Stellardr300/compiler: Add support for inline literals
2012-03-01 Brian Paulr300g: init chan=0 to silence warning
2012-02-26 Tom Stellardr300g: Use automake to generate Makefile v3
2012-02-26 Tom Stellardr300g: Reorganize the compiler unit tests
2012-02-26 Tom Stellardr300/compiler: Schedule KIL instructions before output...
2012-02-26 Tom Stellardr300/compiler: Use the smart scheduler for r300 cards
2012-02-26 Tom Stellardr300/compiler: Fix bug when lowering KILP on r300 cards
2012-01-25 Marek Olšákr300g: nuke the fallback for fragment color clamping
2012-01-18 Eric Anholtmesa: Make the register allocator allocation take a...
2012-01-05 Marek Olšákr300/compiler: fix buffer underflow when setting SEM_WA...
2011-10-28 Tom Stellardr300/compiler: Fix scheduler bug causing texture corruption
2011-10-17 Tom Stellardr300/compiler: Try to eliminate REPL_ALPHA instructions
2011-10-17 Tom Stellardr300/compiler: More agressive RGB to Alpha conversions
2011-10-17 Tom Stellardr300/compiler: Only convert RGB->Alpha when optimizatio...
2011-10-15 Tom Stellardr300/compiler: Enable reg rename pass on r500 and run...
2011-10-15 Tom Stellardr300/compiler: Implement the texture semaphore
2011-10-15 Tom Stellardr300/compiler: Don't pair output writes with GPR writes...
2011-10-15 Tom Stellardr300/compiler: Prevent regalloc from creating non-nativ...
2011-10-15 Tom Stellardr300/compiler: Allow merged instructions to be schedule...
2011-10-02 Tom Stellardr300/compiler: Fix error in OMOD optimization
2011-10-02 Tom Stellardr300/compiler: Rewrite source swizzles when using OMOD
2011-10-02 Tom Stellardr300/compiler: Fix rc_normal_rewrite_writemask()
2011-10-02 Tom Stellardr300/compiler: Use consistent src swizzles for transcen...
2011-09-19 Tom Stellardr300/compiler: Fix regalloc for values with multiple...
2011-09-17 Tom Stellardr300/compiler: Add support for the output modifier...
2011-09-17 Tom Stellardr300/compiler: Move some helper functions to radeon_com...
2011-09-17 Tom Stellardr300/compiler: Don't unroll loops that conditionally...
2011-09-10 Tom Stellardr300/compiler: Implement ROUND
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-09 Brian Paulr300g: silence some warnings about uninitialized variables
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-26 Marek Olšákr300g: copy the compiler from r300c