aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* meta: Fix blitting a framebuffer with renderbuffer attachmentAnuj Phogat2013-08-161-10/+15
* 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
* i965: Mark a few brw_draw_upload.c functions as non-staticKenneth Graunke2013-08-132-7/+14
* meta: Don't call _mesa_Ortho with width or height of 0Ian Romanick2013-08-131-3/+8
* i965/fs: Add dump_instruction() support for ARF destinations.Kenneth Graunke2013-08-121-0/+6
* i965/fs: Remove extraneous newline in dump_instruction() for CMP.Kenneth Graunke2013-08-121-1/+1
* i965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when possible.Kenneth Graunke2013-08-122-0/+79
* i965/fs: Consider predicated SEL instructions as whole variable writes.Kenneth Graunke2013-08-121-1/+1
* i965/fs: Explicitly disallow CSE on predicated instructions.Kenneth Graunke2013-08-121-1/+3
* i965/fs: Log a performance warning if skipping 16-wide due to pulls.Kenneth Graunke2013-08-121-7/+11
* i965: add missing BRW_NEW_INTERPOLATION_MAP to state dumpChris Forbes2013-08-101-0/+1
* i965: Add a new debug mode for the VUE mapChris Forbes2013-08-103-0/+29
* i965: Remember to call intel_prepare_render() before blitting.Kenneth Graunke2013-08-081-0/+5
* i965: Add #defines for the MI_LOAD_REGISTER_MEM command.Kenneth Graunke2013-08-061-0/+4
* i965: Initialize the intel_context::bufmgr pointer earlier.Kenneth Graunke2013-08-061-2/+1
* i965: Tidy preprocessor macros for SO_PRIM_STORAGE_NEEDED registers.Kenneth Graunke2013-08-061-5/+2
* i965: Tidy preprocessor macros for SO_NUM_PRIMS_WRITTEN registers.Kenneth Graunke2013-08-062-7/+4
* i965: Don't allocate curbe buffers on Gen6+.Kenneth Graunke2013-08-061-2/+4
* intel_fbo: remove unused intel_renderbuffer hiz functionsJordan Justen2013-08-042-26/+0
* i965 clear/draw: set renderbuffer attachment as needing depth resolveJordan Justen2013-08-042-2/+4