summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/vs: add support for emitting gl_ClipVertexChris Forbes2013-06-072-7/+3
* i965/clip: Add support for gl_ClipVertexChris Forbes2013-06-073-4/+55
* intel: Use the CHIPSET macro in the PCI ID tables for the device name.Kenneth Graunke2013-06-061-184/+4
* i965: Adding more reserved PCI IDs for Haswell.Rodrigo Vivi2013-06-052-3/+77
* mesa: remove outdated version lines in commentsRico Schüller2013-06-052-2/+0
* intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).Paul Berry2013-06-042-0/+7
* i965/gen6+: Fix multisample assertions in CopyTexSubImage hw blitter path.Paul Berry2013-06-041-4/+9
* i965: fix problem with constant out of bounds access (v3)Dave Airlie2013-06-043-1/+16
* intel: Fix copying of separate stencil data in glCopyTexSubImage().Eric Anholt2013-06-031-8/+15
* intel: Fix performance regression from miptree blit changes.Eric Anholt2013-06-032-3/+2
* i965: Fix glColorPointer(GL_FIXED)Chad Versace2013-06-031-0/+8
* i965 gen7: use SURFACE_STATE fields to select render level/layerJordan Justen2013-06-022-18/+46
* intel: add layered parameter to update_renderbuffer_surfaceJordan Justen2013-06-023-1/+9
* intel_fbo: set gl_renderbuffer Depth fieldJordan Justen2013-06-021-0/+2
* intel: print image depth in debug messageJordan Justen2013-06-021-2/+2
* i965: Fix haswell_upload_cut_index when there's no index buffer.Kenneth Graunke2013-05-311-1/+13
* intel: Add multisample scaled blitting in blorp engineAnuj Phogat2013-05-304-74/+93
* intel: Change the register type from UW to UD in blorp engineAnuj Phogat2013-05-303-52/+90
* Revert "i965: fix problem with constant out of bounds access (v2)"Kenneth Graunke2013-05-291-11/+1
* i965: fix problem with constant out of bounds access (v2)Dave Airlie2013-05-301-1/+11
* intel: initialize fs_visitor::params_remap in constructorFrank Henigman2013-05-301-0/+2
* i965: Fix can_cut_index_handle_restart_index() for byte/short types.Kenneth Graunke2013-05-291-3/+9
* i965: Use the correct restart index for fixed index mode on Haswell.Kenneth Graunke2013-05-291-2/+4
* i965/vs: Fix implied_mrf_writes() for integer division pre-gen6.Eric Anholt2013-05-291-0/+2
* i965/fs: Fix test for smearing enabled on an instruction.Eric Anholt2013-05-291-1/+1
* i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF.Eric Anholt2013-05-291-2/+8
* intel: Enable blit glCopyTexSubImage/glBlitFramebuffer with sRGB.Eric Anholt2013-05-281-5/+11
* intel: Remove dead intel_drawbuf_region().Eric Anholt2013-05-282-16/+0
* intel: Fix format handling of blit glBitmap()Eric Anholt2013-05-281-3/+12
* intel: Fix MRT handling of glBitmap().Eric Anholt2013-05-281-9/+14
* intel: Rebuild PBO blit glTexImage() on top of miptrees.Eric Anholt2013-05-281-30/+32
* intel: Rebuild PBO blit glReadPixels() on top of miptrees.Eric Anholt2013-05-281-25/+23
* intel: Rework intel_miptree_create_for_region() to wrap a BO.Eric Anholt2013-05-283-24/+67
* intel: Make a temporary miptree for the blit path of miptree mapping.Eric Anholt2013-05-282-74/+29
* intel: Make a temporary miptree when doing blit uploads for glTexSubImage().Eric Anholt2013-05-281-44/+28
* intel: Extend the force_y_tiling flag to allow forcing no tiling.Eric Anholt2013-05-285-13/+26
* intel: Add an assert for glCopyTexSubImage() being called on MSAA buffers.Eric Anholt2013-05-281-0/+6
* i965: Allow glCopyTexSubImage() on depth textures.Eric Anholt2013-05-281-5/+0
* i965: Prefer blorp glBlitFramebuffer() to the glCopyTexSubImage-based blit.Eric Anholt2013-05-281-8/+9
* i965: Consistently do depth resolves before blitting.Eric Anholt2013-05-282-6/+6
* intel: Make a wrapper for intelEmitCopyBlit using miptrees.Eric Anholt2013-05-285-111/+127
* intel: Rename intel_renderbuffer_tile_offsets.Eric Anholt2013-05-283-6/+6
* intel: Reduce intel_renderbuffer_tile_offsets to a thin wrapper.Eric Anholt2013-05-282-28/+7
* intel: Make intel_miptree_get_tile_offsets return a page offset.Eric Anholt2013-05-284-10/+26
* i965: Go back to using the kernel SOL reset feature.Kenneth Graunke2013-05-233-8/+7
* i965: Enable guardband clipping on Gen4/5.Chris Forbes2013-05-241-3/+45
* intel: Count fragments in our blitter-based glBitmap() path.Eric Anholt2013-05-221-8/+12
* i965: Shut up more compiler warnings from vector insert/extract changes.Eric Anholt2013-05-221-0/+8
* i965: Skip etc-to-rgb transcode on BayTrail.Eric Anholt2013-05-201-31/+33
* i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.Kenneth Graunke2013-05-214-29/+42