aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: Un-hardcode border color table from update_sampler_state().Kenneth Graunke2013-08-192-10/+14
* i965: Un-hardcode border color table from upload_default_color.Kenneth Graunke2013-08-193-7/+10
* i965: Split sampler count variable to be per-stage.Kenneth Graunke2013-08-199-20/+27
* i965/fs: Re-enable global copy propagation.Kenneth Graunke2013-08-191-2/+0
* i965/fs: Fix computation of livein.Kenneth Graunke2013-08-191-7/+6
* i965/fs: Fully recompute liveout at each step.Kenneth Graunke2013-08-191-1/+1
* i965/fs: Skip the initial block when updating livein/liveout.Kenneth Graunke2013-08-191-0/+6
* i965/fs: Drop unnecessary and incorrect liveout initialization.Kenneth Graunke2013-08-191-1/+0
* i965/fs: Properly initialize the livein/liveout sets.Kenneth Graunke2013-08-191-0/+21
* i965/fs: Use the COPY set in the calculation for liveout.Kenneth Graunke2013-08-191-1/+2
* i965/fs: Simplify liveout calculation.Kenneth Graunke2013-08-191-6/+5
* i965/fs: Create the COPY() set for use in copy propagation dataflow.Kenneth Graunke2013-08-191-0/+15
* i965/fs: Rename setup_kills() to setup_initial_values().Kenneth Graunke2013-08-191-5/+6
* i965/fs: Separate the updating of liveout/livein.Kenneth Graunke2013-08-191-3/+8
* i965/fs: Rename "cont" to "progress" in dataflow algorithm.Kenneth Graunke2013-08-191-5/+5
* i965/fs: Switch to a do-while loop in copy propagation dataflow.Kenneth Graunke2013-08-191-3/+3
* i965/fs: Skip global copy propagation step.Kenneth Graunke2013-08-191-0/+2
* i965: STATIC_ASSERT that there aren't too many BRW_NEW_* flags.Paul Berry2013-08-192-0/+6
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-176-54/+13
* i965: Improve comments for driver hooks in intel_buffer_object.c.Kenneth Graunke2013-08-161-16/+52
* i965: Split intel_upload code out into a separate file.Kenneth Graunke2013-08-163-133/+178
* i965: Move GL_APPLE_object_purgeable functionality into a new file.Kenneth Graunke2013-08-165-136/+178
* i965: Dump more information about batch buffer usage.Kenneth Graunke2013-08-161-3/+10
* i965: Add Gen7 depth stall flushes before disabling depth in BLORP.Kenneth Graunke2013-08-161-0/+2
* i965: Add Gen6 depth stall flushes before disabling depth in BLORP.Kenneth Graunke2013-08-161-0/+3
* i965: Don't copy propagate bitcasts with source modifiers.Matt Turner2013-08-163-4/+23
* i965: Emit MOVs for neg/abs.Matt Turner2013-08-162-4/+4
* i965/blorp: Add support for single sample scaled blit with bilinear filterAnuj Phogat2013-08-163-38/+69
* i965/blorp: Define a function to clamp texture coordinatesAnuj Phogat2013-08-161-24/+39
* i965/blorp: Use more appropriate variable namesAnuj Phogat2013-08-162-18/+14
* i965/fs: Fix Sandybridge regressions from SEL optimization.Kenneth Graunke2013-08-151-4/+13
* i965: Force X-tiling for 128 bpp formats on Sandybridge.Kenneth Graunke2013-08-151-0/+9
* i915,i965: Fix memory leak in try_pbo_upload (v2)Vinson Lee2013-08-152-0/+2
* i965: allow 8 user clip planes on CTG+Chris Forbes2013-08-165-6/+21
* i965: get rid of clip plane compactionChris Forbes2013-08-164-55/+11
* i965/clip: Support clip distances for line clippingChris Forbes2013-08-161-19/+47
* i965/clip: remove spurious clipvertex paramChris Forbes2013-08-161-11/+4
* i965/clip: Use clip distances for all user clippingChris Forbes2013-08-161-5/+6
* i956/clip: push dp4 into load_clip_distanceChris Forbes2013-08-161-17/+22
* i965/clip: Track offset into the vertex for clipdistanceChris Forbes2013-08-162-0/+12
* i965/Gen4-5: Set clip flags from clip distancesChris Forbes2013-08-161-11/+11
* i965: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2Chris Forbes2013-08-164-1/+29
* i965/vs: add vec4_instruction::depends_on_flagsChris Forbes2013-08-162-2/+7
* i965/clip: Enable interpolation of clip distancesChris Forbes2013-08-161-7/+3
* i965/vs: Do legacy clip lowering earlierChris Forbes2013-08-162-20/+15
* i965/Gen4-5: ensure VUE slots for clipdistance are valid if user clipping is ...Chris Forbes2013-08-161-0/+5
* i965/gen7+: Fix build error introduced by renaming upload_3dstate_so_decl_list.Paul Berry2013-08-131-1/+1
* i965: Move arrays brw_multisample_positions* to new headerChad Versace2013-08-132-46/+73
* i965: Refactor names of sample_positions_8/4x arraysChad Versace2013-08-131-7/+7
* i965/gen7+: Mark upload_3dstate_so_decl_list as non-static (v2)Kenneth Graunke2013-08-132-3/+7