summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2011-07-10mesa: implement stencil unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REVMarek Olšák1-3/+32
2011-07-10mesa: implement texfetch functions for depth_buffer_floatMarek Olšák2-8/+31
2011-07-10mesa: initial ARB_depth_buffer_float supportMarek Olšák9-6/+125
2011-07-09intel: Recognize all depth formats in get_teximage_readbuffer.Kenneth Graunke1-8/+4
2011-07-09i965/gen4: Fix GPU hangs since the program streaming change.Eric Anholt1-1/+1
2011-07-08i965/gen7: Remove gratuitous dirty flags from WM and PS state.Kenneth Graunke1-8/+3
2011-07-08st/mesa: handle float formats in st_format_datatypeMarek Olšák1-2/+14
2011-07-08st/mesa: use the first non-VOID channel in st_format_datatypeMarek Olšák1-3/+16
2011-07-08mesa/st: Fix piglit read-front with new drawable invalidation v2Thomas Hellstrom1-0/+9
2011-07-07intel: add null src pointer check in intel_region_reference()Brian Paul1-1/+2
2011-07-07intel: Fix use of freed buffer if glBitmap is called after a swap.Eric Anholt1-3/+4
2011-07-07intel: Remove dead comment about software clears -- it's handled just above.Eric Anholt1-1/+0
2011-07-07i915: Fix leak of ViewportMatrix data on context destroy.John1-0/+2
2011-07-07intel: Remove gratuitous context checks in intel_delete_renderbuffer().Eric Anholt1-14/+5
2011-07-07intel: Remove now trivial intel_renderbuffer_set_{hiz_,}region().Eric Anholt3-57/+19
2011-07-07intel: Rely on intel_region_reference()'s support of *dst != NULL.Eric Anholt4-18/+0
2011-07-07intel: Allow intel_region_reference() with *dst != NULL.Eric Anholt1-4/+6
2011-07-07intel: Mark MESA_FORMAT_X8_Z24 as always supported.Eric Anholt1-1/+1
2011-07-07i965: Remove unused structures for command packets.Kenneth Graunke1-433/+0
2011-07-07i965: Convert system instruction pointer to OUT_BATCH style.Kenneth Graunke2-14/+5
2011-07-07i965: Convert PIPELINE_SELECT to OUT_BATCH style.Kenneth Graunke1-10/+4
2011-07-07i965: Emit 3DSTATE_VF_STATISTICS in OUT_BATCH style.Kenneth Graunke2-18/+4
2011-07-07i965: Convert 3DSTATE_GLOBAL_DEPTH_OFFSET_CLAMP to OUT_BATCH style.Kenneth Graunke2-19/+5
2011-07-07mesa: Fix the BindSampler unit limit.Henri Verbeet1-1/+1
2011-07-07mesa: Fix a couple of TexEnv unit limits.Henri Verbeet1-3/+3
2011-07-07mesa: Use the Elements macro for the sampler index assert in validate_sampler...Henri Verbeet1-1/+1
2011-07-07mesa: Allow sampling from units >= MAX_TEXTURE_UNITS in shaders.Henri Verbeet3-4/+4
2011-07-07mesa: Check the texture against all units in unbind_texobj_from_texunits().Henri Verbeet1-1/+1
2011-07-06ir_to_mesa: Allocate temporary instructions on the visitor's ralloc contextIan Romanick1-16/+12
2011-07-06mesa: fix texstore addressing bugs for depth/stencil formatsBrian Paul1-12/+9
2011-07-06mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)Eric Anholt1-1/+1
2011-07-06mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.Eric Anholt1-64/+53
2011-07-06mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.Eric Anholt1-66/+46
2011-07-06i965/fs: Fix message register allocation in FB writes.Kenneth Graunke1-5/+6
2011-06-29i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes.Kenneth Graunke2-0/+10
2011-06-29ir_to_mesa: "Support" u2f, i2u, and u2i operations by doing nothing.Kenneth Graunke1-1/+3
2011-06-29i965/gen7: Add missing ! to brw->gs.prog_active assertion.Kenneth Graunke1-1/+1
2011-06-29mesa: bump version to 7.12 (devel)Brian Paul1-2/+2
2011-06-29st/mesa: s/tex_usage/bindings/ in st_format.hBrian Paul1-1/+1
2011-06-29st/mesa: Use correct internal targetEmil Velikov1-2/+2
2011-06-29st/mesa: fix overwriting gl_format with pipe_format since 9d380f48Andre Maasikas1-2/+2
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom3-50/+73
2011-06-28i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt6-12/+55
2011-06-28i965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.Eric Anholt1-2/+2
2011-06-27i965: step message register allocationBen Widawsky1-5/+5
2011-06-25Revert "Fix 24bpp software rendering"Brian Paul3-89/+4
2011-06-24i965/gen5: Fix grf_used calculation for 16-wide.Eric Anholt1-5/+4
2011-06-24i965: fix mask used to write to clip distance registers when gen>6Paul Berry1-1/+1
2011-06-24intel: Fix workaround for _mesa_update_framebufferChad Versace1-3/+5
2011-06-24intel: Change framebuffer validation criteriaChad Versace1-10/+3