summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* i965/vs: Fix support for zero uniforms in use.Eric Anholt2011-08-161-1/+2
* i965/vs: Fix support for "IF" instructions by copying brw_fs_visitor.cpp.Eric Anholt2011-08-161-4/+10
* i965/vs: Disable loops for now until rendering is generally correct.Eric Anholt2011-08-161-0/+2
* i965/vs: Fix ir_swizzle handling.Eric Anholt2011-08-161-1/+1
* i965/vs: Allocate storage for "auto" variables just like temps.Eric Anholt2011-08-161-0/+4
* i965/vs: Allow scalar values in assignments, too.Eric Anholt2011-08-161-1/+2
* i965/vs: Don't emit an extra copy of the vertex position.Eric Anholt2011-08-161-6/+8
* i965/vs: Port the fix for clip plane writemasks from brw_vs_emit.c.Eric Anholt2011-08-161-1/+1
* i965/vs: Fix constant vector construction.Eric Anholt2011-08-161-3/+3
* i965/vs: Start adding support for uniformsEric Anholt2011-08-169-48/+256
* i965: Start adding the VS visitor and codegen.Eric Anholt2011-08-1614-37/+2781
* i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.Eric Anholt2011-08-166-68/+68
* i965: Create a shared enum for hardware and compiler-internal opcodes.Eric Anholt2011-08-167-126/+120
* i965: Generate driver-specific IR for non-fragment shaders as well.Eric Anholt2011-08-161-5/+12
* radeon: Explain to the user what went wrong when built without libdrm.Eric Anholt2011-08-151-0/+6
* mesa: fix initialization of GL_FOG_MODE in _mesa_init_driver_state()Brian Paul2011-08-111-1/+4
* mesa: fix ColorMask array index in _mesa_init_driver_state()Brian Paul2011-08-111-4/+4
* intel: GetBuffer fixBen Widawsky2011-08-101-1/+6
* i830: Add missing vtable entry for i830 from the hiz work.Carl Simonson2011-08-101-0/+7
* i965: Drop the reg/hw_reg distinction.Eric Anholt2011-08-105-36/+37
* i965/fs: Factor out the register allocator setup to a separate function.Eric Anholt2011-08-102-66/+105
* i965/fs: Simplify the register allocator using a map from RA reg to GRF.Eric Anholt2011-08-101-41/+38
* i965/fs: Eliminate the magic nature of virtual GRF 0.Eric Anholt2011-08-104-31/+17
* i965/fs: Use the new convenience interface for setting up reg conflicts.Eric Anholt2011-08-101-22/+7
* intel: Fix warnings from gl_constant_parameter changes.Eric Anholt2011-08-053-11/+9
* i965: Add dumping for gen6 WM constants too.Eric Anholt2011-08-053-1/+22
* i965/fs: Don't upload unused uniform components.Eric Anholt2011-08-052-4/+95
* i965/fs: Don't allocate the old backend's compile structs for our compile.Eric Anholt2011-08-051-4/+7
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-047-30/+30
|\
| * r200, r600c, i965: fix buildBryan Cain2011-08-017-30/+30
* | radeon: Remove some remaining set-but-unused variables.Eric Anholt2011-08-024-14/+0
* | radeon: Remove set-but-unused variables in radeon_lock.cEric Anholt2011-08-021-10/+0
* | radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt2011-08-025-29/+0
* | radeon: Remove set-but-unused log2depth variable.Eric Anholt2011-08-021-2/+1
* | radeon: Remove set-but-unused color_mask variable.Eric Anholt2011-08-022-6/+0
* | intel: Fix unused variable warning.Eric Anholt2011-08-021-1/+0
* | i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacksIan Romanick2011-08-021-6/+8
* | i915: Fail without crashing if a Mesa IR program uses too many registersIan Romanick2011-08-021-2/+13
* | i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.Kenneth Graunke2011-08-011-1/+1
* | i965/fs: Allow register coalescing where the source is a uniform.Eric Anholt2011-07-291-10/+14
* | i965/fs: Optimize a * 1.0 -> a.Eric Anholt2011-07-292-0/+44
* | i965/fs: If we see a RCP of a constant, try to constant fold it.Eric Anholt2011-07-291-0/+14
* | i965/fs: Port texture projection avoidance optimization from the old backend.Eric Anholt2011-07-291-3/+15
* | Revert "i965: Don't compute brw->wm.input_size_masks when it's unused."Eric Anholt2011-07-291-11/+1
* | i965/fs: Stop using the exec_list iterator.Eric Anholt2011-07-296-71/+67
* | i965/fs: Respect ARB_color_buffer_float clamping.Eric Anholt2011-07-281-6/+15
* | mesa: fix format selection for meta CopyTexSubImage()Brian Paul2011-07-281-0/+10
* | i965: Remove the now unused intel_renderbuffer::draw_offset field.Kenneth Graunke2011-07-282-2/+0
* | i965: Check actual tile offsets in Gen4 miptree workaround.Kenneth Graunke2011-07-281-2/+17
* | i965/gen4: Fix message parameter loading for 1D TXD sampling.Kenneth Graunke2011-07-281-2/+4