mesa/src/gallium/drivers
José Fonseca 01b39b053b r600g: Swap the util_blitter_destroy call order.
Trivial change that avoids a segmentation fault when the blitter state
happens to be bound when the context is destroyed.

The free calls should probably removed altogether in the future -- the
responsibility to destroy the state atoms lies with whoever created it,
and the safest thing for the pipe driver is to not touch any bound state
in its destructor.
2010-11-03 20:25:13 +00:00
..
cell gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) 2010-09-14 06:07:41 +02:00
failover scons: Add aliases for several pipe drivers. 2010-11-02 12:35:52 +00:00
galahad scons: Add aliases for several pipe drivers. 2010-11-02 12:35:52 +00:00
i915 scons: Add aliases for several pipe drivers. 2010-11-02 12:35:52 +00:00
i965 scons: Add aliases for several pipe drivers. 2010-11-02 12:35:52 +00:00
identity identity: Fix 'assignment from incompatible pointer type' warning. 2010-09-13 23:23:34 -07:00
llvmpipe llvmpipe: add a cast 2010-11-02 11:53:14 -06:00
nouveau nouveau: Get larger push buffers. 2010-10-12 04:13:22 +02:00
nv50 st/mesa: unbind constant buffer when not in use 2010-11-02 16:57:24 +00:00
nvfx nvfx: Pair os_malloc_aligned() with os_free_aligned(). 2010-10-04 11:43:29 -07:00
r300 scons: Add aliases for several pipe drivers. 2010-11-02 12:35:52 +00:00
r600 r600g: Swap the util_blitter_destroy call order. 2010-11-03 20:25:13 +00:00
rbug scons: Add aliases for several pipe drivers. 2010-11-02 12:35:52 +00:00
softpipe scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
svga svga: Integer constant register file has a separate namespace. 2010-09-20 09:26:49 +01:00
sw scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
trace scons: Add aliases for several pipe drivers. 2010-11-02 12:35:52 +00:00
Makefile gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/ 2009-02-20 11:25:55 +00:00