summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ilo: construct depth/stencil command in create_surface()Chia-I Wu2013-06-186-271/+368
* intel: Allow blorp CopyTexSubImage to nonzero destination slices.Eric Anholt2013-06-173-14/+9
* intel: Allow blit CopyTexSubImage to nonzero destination slices.Eric Anholt2013-06-171-14/+9
* intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.Eric Anholt2013-06-173-70/+72
* intel: Move XRGB->ARGB blit logic into intel_miptree_blit().Eric Anholt2013-06-174-100/+63
* intel: Fix Y tiling support for glCopyTexSubImage's alpha override.Eric Anholt2013-06-171-4/+4
* intel: Make batch macros for doing BCS_SWCTRL setup.Eric Anholt2013-06-171-37/+47
* mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt2013-06-177-52/+67
* tgsi: text parser: fix parsing of array in declarationDave Airlie2013-06-181-3/+9
* mesa: Fix ieee fp on AlphaSven Joachim2013-06-171-1/+1
* st/xlib: Fix XImage stride calculationRichard Sandiford2013-06-171-4/+4
* st/xlib Fix XIMage bytes-per-pixel calculationRichard Sandiford2013-06-171-3/+2
* gallium: replace bswap_32 calls with util_bswap32Jonathan Gray2013-06-174-9/+7
* draw: fix a regression in computing max eltZack Rusin2013-06-171-0/+1
* draw: clear the draw buffers in drawZack Rusin2013-06-178-13/+34
* ilo: add pipe-based copy method to ilo_blitterChia-I Wu2013-06-172-5/+25
* ilo: add BLT-based blitting methods to ilo_blitterChia-I Wu2013-06-174-495/+847
* ilo: replace util_blitter by ilo_blitterChia-I Wu2013-06-177-103/+363
* i965: Assume flexible hardware primitive restart exists in the future.Kenneth Graunke2013-06-141-1/+1
* i965: Shrink Gen5 VUE map layout to be the same as Gen4.Chris Forbes2013-06-166-40/+7
* i965: Implement 16-wide math on G45 and Ironlake.Kenneth Graunke2013-06-162-0/+28
* glsl: Disallow return with a void argument from void functions.Matt Turner2013-06-141-1/+17
* glsl: Allow implicit conversion of return values.Matt Turner2013-06-141-9/+22
* glsl: Add gl_{Max,Min}ProgramTexelOffset built-in constants.Matt Turner2013-06-141-0/+7
* glsl: Allow swizzles on scalars.Matt Turner2013-06-141-1/+3
* glsl: Allow .length() method on vectors and matrices.Matt Turner2013-06-141-20/+38
* mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte2013-06-145-0/+8
* ilo: fix for half-float vertex arraysChia-I Wu2013-06-151-1/+14
* ilo: add some assertions to help debuggingChia-I Wu2013-06-141-1/+23
* ilo: silence a compiler warningChia-I Wu2013-06-141-0/+2
* glsl: Fix null check in read_dereference.Vinson Lee2013-06-131-1/+1
* st/mesa: fix temp texture bindings in st_CopyPixels()Chia-I Wu2013-06-141-17/+13
* gallium/draw: add limits to the clip and cull distancesZack Rusin2013-06-137-14/+41
* draw: cleanup the distance culling code a bitZack Rusin2013-06-131-48/+41
* ilo: mapping a resource may make some states dirtyChia-I Wu2013-06-134-9/+112
* ilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140Chia-I Wu2013-06-131-1/+1
* ilo: initialize dirty flags in ilo_init_states()Chia-I Wu2013-06-132-2/+2
* ilo: re-emit states that involve resourcesChia-I Wu2013-06-134-21/+23
* ilo: fix for util_blitter_clear() changesChia-I Wu2013-06-131-4/+1
* mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst2013-06-122-4/+2
* st/dri: if flushing a drawable, don't set reason=SWAPBUFFERSMarek Olšák2013-06-131-1/+1
* st/dri: resolve the back buffer only in SwapBuffersMarek Olšák2013-06-131-3/+3
* st/dri: manually swap MSAA front and back buffers in SwapBuffersMarek Olšák2013-06-131-0/+25
* st/dri: always copy new DRI front and back buffers to corresponding MSAA buffersMarek Olšák2013-06-131-0/+27
* st/dri: refactor dri_msaa_resolveMarek Olšák2013-06-133-12/+15
* st/dri: reuse depth-stencil and MSAA resources after DRI2 invalidate eventMarek Olšák2013-06-131-26/+78
* st/dri: fix MSAA resolving of buffers with height > widthMarek Olšák2013-06-131-2/+2
* st/mesa: make generic CopyPixels path work with MSAA visualsMarek Olšák2013-06-131-92/+70
* st/mesa: don't use blit_copy_pixels if an occlusion query is activeMarek Olšák2013-06-131-1/+2
* st/mesa: rework blit_copy_pixels to use pipe->blitMarek Olšák2013-06-131-35/+79