summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke2013-05-294-12/+3
* mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke2013-05-291-1/+1
* st/mesa: Go back to using ctx->Array.RestartIndex, not _RestartIndex.Kenneth Graunke2013-05-291-1/+1
* 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
* vbo: Use the new primitive restart index helper function.Kenneth Graunke2013-05-292-2/+3
* mesa: Add a helper function for determining the restart index.Kenneth Graunke2013-05-292-0/+26
* vbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArrays().Kenneth Graunke2013-05-291-5/+5
* 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
* mesa: Fix test for optimistic coloring being necessary.Eric Anholt2013-05-291-1/+1
* gallium: fix build on uclibc systemAnthony G. Basile2013-05-291-4/+2
* intel: Enable blit glCopyTexSubImage/glBlitFramebuffer with sRGB.Eric Anholt2013-05-281-5/+11
* radeonsi: Add ipo to LLVM_COMPONENTSAndreas Hartmetz2013-05-281-2/+2
* llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger2013-05-296-226/+47
* 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
* glsl: Fix MSVC build.José Fonseca2013-05-281-3/+3
* mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák2013-05-289-113/+167
* swrast: increase array size of TextureSampleMarek Olšák2013-05-282-4/+4
* mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák2013-05-284-14/+9
* radeonsi: Enable GLSL 1.30Michel Dänzer2013-05-281-1/+1
* radeonsi: Handle TGSI TXQ opcodeMichel Dänzer2013-05-282-3/+33
* radeonsi: Add support for TGSI TXF opcodeMichel Dänzer2013-05-282-14/+51
* radeonsi: Use tgsi_util_get_texture_coord_dim()Michel Dänzer2013-05-281-25/+7
* radeonsi: Handle TGSI_SEMANTIC_CLIPDISTMichel Dänzer2013-05-281-4/+17
* radeonsi: Make border colour state handling safe for integer texturesMichel Dänzer2013-05-282-20/+27
* radeonsi: Fix hardware state for dual source blendingMichel Dänzer2013-05-284-6/+17
* r600g/sb: handle more cases for folding in gvn passVadim Girlin2013-05-282-28/+118
* st/vdpau: destroy handle table only when it's emptyChristian König2013-05-271-1/+1
* st/vdpau: remove vlCreateHTAB from surface functionsChristian König2013-05-271-9/+0
* st/vdpau: invalidate the handles on destructionChristian König2013-05-273-0/+4
* r600g/sb: improve folding for SETccVadim Girlin2013-05-271-8/+98
* r600g/sb: optimize CNDcc instructionsVadim Girlin2013-05-273-1/+113