summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: add switch cases for new IR enums to silence warningsBrian Paul2013-05-241-0/+2
* 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
* ARB_fp: accept duplicate precision optionsChris Forbes2013-05-241-9/+15
* 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
* mesa: Remove extension checking from ChooseTexFormat.Eric Anholt2013-05-211-651/+533
* mesa: Add ChooseTexFormat support for the new XBGR formats.Eric Anholt2013-05-211-0/+10
* i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.Kenneth Graunke2013-05-214-29/+42
* i965: Kill software primitive counting entirely.Kenneth Graunke2013-05-216-108/+22
* i965: Remove software geometry query code.Kenneth Graunke2013-05-214-71/+0
* i965: Delete unused brw->sol.offset_0_batch_start field.Kenneth Graunke2013-05-213-8/+0
* i965: Stop using the kernel SOL reset feature.Kenneth Graunke2013-05-213-10/+8
* i965: Remove dead code for Gen7 SOL without hardware contexts.Kenneth Graunke2013-05-211-15/+0
* i965: Add a macro for accessing the SO_WRITE_OFFSET[0-3] registers.Kenneth Graunke2013-05-211-0/+2
* xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-05-211-1/+1
* i965: Fix build failureAnuj Phogat2013-05-201-0/+1
* i965: Implement transform feedback query support in hardware on Gen6+.Kenneth Graunke2013-05-201-35/+60
* i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke2013-05-204-40/+11
* i965: Handle rasterizer discard in the clipper rather than SOL on Gen7.Kenneth Graunke2013-05-202-7/+11
* i965: Disable clipper statistics when meta operations are in progress.Kenneth Graunke2013-05-202-4/+9
* i965: Create a BRW_NEW_META_IN_PROGRESS state flag.Kenneth Graunke2013-05-202-1/+12
* i965: Add #defines for the pipeline statistics counter registers.Kenneth Graunke2013-05-201-0/+13
* i965: Rely on hardware contexts for query objects on Gen6+.Kenneth Graunke2013-05-205-73/+423
* i965: Disable pixel statistics in BLORP.Kenneth Graunke2013-05-202-2/+0
* i965: Require hardware contexts (and thus Kernel 3.6) on Gen6+.Kenneth Graunke2013-05-202-8/+17
* i965: Bump kernel requirement to 3.3 on Ivybridge.Kenneth Graunke2013-05-203-21/+12
* i965: Add cases for ir_triop_vector_insert that assert.Kenneth Graunke2013-05-202-0/+5
* i965: Add cases for ir_binop_vector_extract that assert.Kenneth Graunke2013-05-202-0/+5
* st/mesa: fix weird UCMP opcode use for bool ubo loadRoland Scheidegger2013-05-181-4/+2
* mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt2013-05-178-18/+14
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-1712-65/+34
* radeon: Remove dead radeon_wrap_texture().Eric Anholt2013-05-171-30/+0
* mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.Eric Anholt2013-05-175-19/+35
* intel: Don't spam "intelReadPixels: fallback to swrast" in non-PBO case.Kenneth Graunke2013-05-161-11/+10
* intel: Do a depth resolve before copying images between miptrees.Paul Berry2013-05-161-0/+6
* st/mesa: handle texture_from_pixmap and other surface-based textures correctlyMarek Olšák2013-05-157-63/+22
* i965: Fill in brw_format_for_mesa_format for some non-rendering formats.Eric Anholt2013-05-151-18/+18
* i965: Use native RGB_FLOAT16 support when available.Eric Anholt2013-05-151-1/+1
* intel: Add support for blitting 6 byte-per-pixel formats.Eric Anholt2013-05-151-7/+14
* i965: Use the Mesa surface formats for float RGB surfaces.Eric Anholt2013-05-151-2/+2
* i965: Use the new XRGB UNORM formats.Eric Anholt2013-05-151-3/+3
* mesa: Stop clamping stencil reference value at specification timeChris Forbes2013-05-151-9/+0
* swrast: Use accessor for stencil reference valuesChris Forbes2013-05-151-2/+4
* st: Use accessor for stencil reference valuesChris Forbes2013-05-151-2/+5
* radeon: Use accessor for stencil reference valuesChris Forbes2013-05-152-2/+5
* nouveau: Use accessor for stencil reference valuesChris Forbes2013-05-152-2/+5
* intel: Use accessor for stencil reference valuesChris Forbes2013-05-153-8/+11
* mesa: Use accessor for stencil reference values in glGetChris Forbes2013-05-152-2/+6