summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Update the gen6 stencil ref state when stencil state changes.Eric Anholt2010-10-281-1/+1
* i965: Upload required gen6 VS push constants even when using pull constants.Eric Anholt2010-10-281-8/+18
* i965: Update gen6 SF state when point state (sprite or attenuation) changes.Eric Anholt2010-10-281-0/+1
* i965: Add user clip planes support to gen6.Eric Anholt2010-10-285-31/+123
* r300/compiler: Use rc_get_readers_normal() for presubtract optimizationsTom Stellard2010-10-271-175/+118
* i965: Add bit operation support to the fragment shader backend.Kenneth Graunke2010-10-271-3/+12
* i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt2010-10-276-9/+81
* intel: Enable GL_EXT_separate_shader_objects in Intel driversIan Romanick2010-10-271-0/+2
* Track separate programs for each stageIan Romanick2010-10-273-11/+29
* Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-271-1/+1
* r600c: add missing radeon_prepare_render() call on evergreenAlex Deucher2010-10-271-0/+4
* r100: revalidate after radeon_update_renderbuffersAlex Deucher2010-10-272-0/+4
* i965: Disable register spilling on gen6 until it's fixed.Eric Anholt2010-10-261-1/+1
* i965: Fix VS URB entry sizing.Eric Anholt2010-10-261-1/+1
* i965: Drop the eot argument to read messages, which can never be set.Eric Anholt2010-10-261-24/+19
* i965: Add support for constant buffer loads on gen6.Eric Anholt2010-10-261-2/+26
* i965: Set up the constant buffer on gen6 when it's needed.Eric Anholt2010-10-261-0/+1
* i965: Fix typo in comment about state flags.Eric Anholt2010-10-261-1/+1
* i965: Handle new ir_unop_round_even in channel expression splitting.Eric Anholt2010-10-261-0/+1
* i965: Add support for discard instructions on gen6.Eric Anholt2010-10-261-10/+41
* i965: Add disasm for the flag register.Eric Anholt2010-10-261-0/+3
* i965: Clear some undefined fields of g0 when using them for gen6 FB writes.Eric Anholt2010-10-261-0/+14
* i965: Use SENDC on the first render target write on gen6.Eric Anholt2010-10-263-4/+13
* i965: Clarify an XXX comment in FB writes with real info.Eric Anholt2010-10-261-1/+2
* i965: Add EU code for dword scattered reads (constant buffer array indexing).Eric Anholt2010-10-262-0/+45
* xlib: silence unused var warningBrian Paul2010-10-251-0/+1
* i965: Add support for pull constants to the new FS backend.Eric Anholt2010-10-2210-105/+213
* i965: Move the FS disasm/annotation printout to codegen time.Eric Anholt2010-10-222-54/+35
* dri/nouveau: Force a "slow" Z clear if we're getting a new depth buffer.Francisco Jerez2010-10-221-0/+12
* i965: Be more aggressive in tracking live/dead intervals within loops.Eric Anholt2010-10-211-13/+41
* i965: Correct scratch space allocation.Eric Anholt2010-10-213-12/+15
* i965: Don't emit register spill offsets directly into g0.Eric Anholt2010-10-211-6/+22
* i965: Add support for register spilling.Eric Anholt2010-10-216-55/+315
* i965: Fix gl_FrontFacing emit on pre-gen6.Eric Anholt2010-10-211-1/+0
* i965: Split register allocation out of the ever-growing brw_fs.cpp.Eric Anholt2010-10-213-216/+266
* osmesa: link against libtallocOrion Poplawski2010-10-201-1/+1
* i965: Use the new style of IF statement with embedded comparison on gen6.Eric Anholt2010-10-192-4/+113
* i965: Set the source operand types for gen6 if/else/endif to integer.Eric Anholt2010-10-191-6/+6
* i965: Add EU emit support for gen6's new IF instruction with comparison.Eric Anholt2010-10-192-1/+31
* i965: Disable thread dispatch when the FS doesn't do any work.Eric Anholt2010-10-193-4/+49
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-1910-26/+0
* i965: Tell the shader compiler when we expect depth writes for gen6.Eric Anholt2010-10-191-0/+6
* mesa: fix mesa version string constructionBrian Paul2010-10-191-1/+1
* r300/compiler: Remove unused variable.Vinson Lee2010-10-191-1/+1
* r300g: Add new debug option for logging vertex/fragment program statsTom Stellard2010-10-185-9/+70
* r300/compiler: Add a new function for more efficient dataflow analysisTom Stellard2010-10-187-132/+397
* r300/compiler: Clear empty registers after constant foldingTom Stellard2010-10-181-0/+8
* r300/compiler: Fix incorrect assumptionTom Stellard2010-10-183-32/+17
* r300/compiler: Create a helper function for merging presubtract sourcesTom Stellard2010-10-181-117/+102
* i965: Remove unused variable.Kenneth Graunke2010-10-181-1/+0