| Commit message (Expand) | Author | Age | Files | Lines |
* | vbo: add a prefix to count_tessellated_primitives | Dave Airlie | 2012-09-15 | 1 | -1/+1 |
* | meta: make mem_ctx non-global. | Dave Airlie | 2012-09-15 | 2 | -3/+1 |
* | meta: Refactor handling of GL_MULTISAMPLE. | Paul Berry | 2012-09-14 | 1 | -31/+2 |
* | _mesa_meta_GenerateMipmap: Generate separate shaders for glsl 120 / 130 | Anuj Phogat | 2012-09-14 | 1 | -20/+58 |
* | _mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ... | Anuj Phogat | 2012-09-14 | 2 | -6/+74 |
* | i965: Fix out-of-order sampler unit usage in ARB fragment programs. | Kenneth Graunke | 2012-09-12 | 2 | -2/+5 |
* | i965/blorp: Fix offsets and width/height for stencil blits. | Paul Berry | 2012-09-12 | 1 | -9/+37 |
* | i965/blorp: Reduce alignment restrictions for stencil blits. | Paul Berry | 2012-09-12 | 1 | -6/+17 |
* | i965/blorp: don't reduce stencil alignment restrictions when multisampling. | Paul Berry | 2012-09-12 | 1 | -9/+1 |
* | intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset. | Paul Berry | 2012-09-12 | 8 | -13/+31 |
* | intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks. | Paul Berry | 2012-09-12 | 8 | -13/+21 |
* | i965/blorp: Account for offsets when emitting SURFACE_STATE. | Paul Berry | 2012-09-12 | 4 | -4/+48 |
* | i965/blorp: Thread level and layer through brw_blorp_blit_miptrees(). | Paul Berry | 2012-09-12 | 3 | -6/+19 |
* | i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets. | Paul Berry | 2012-09-12 | 1 | -8/+1 |
* | i965/blorp: store x and y offsets in brw_blorp_mip_info. | Paul Berry | 2012-09-12 | 4 | -28/+31 |
* | i965/blorp: store surface width/height in brw_blorp_mip_info. | Paul Berry | 2012-09-12 | 5 | -37/+48 |
* | i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*. | Paul Berry | 2012-09-12 | 1 | -28/+32 |
* | i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces. | Paul Berry | 2012-09-12 | 2 | -1/+10 |
* | i965/gen6+: Adjust stencil buffer size after computing miptree layout. | Paul Berry | 2012-09-12 | 1 | -12/+16 |
* | i965: Remove incorrect comment above opt_algebraic. | Kenneth Graunke | 2012-09-10 | 1 | -8/+0 |
* | Set OSMESA_VERSION=8. | Johannes Obermayr | 2012-09-07 | 2 | -3/+3 |
* | i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE. | Eric Anholt | 2012-09-07 | 1 | -0/+24 |
* | i965: Make the param pointer arrays for the VS dynamically sized. | Eric Anholt | 2012-09-07 | 4 | -2/+38 |
* | i965: Make the param pointer arrays for the WM dynamically sized. | Eric Anholt | 2012-09-07 | 5 | -4/+46 |
* | i965: Add functions for comparing two brw_wm/vs_prog_data structs. | Eric Anholt | 2012-09-07 | 6 | -6/+78 |
* | i965: Fix primitive restart on Haswell. | Kenneth Graunke | 2012-09-06 | 5 | -1/+43 |
* | intel: avoid undefined variable warnings in intel_screen.c | Paul Berry | 2012-09-06 | 1 | -2/+3 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 6 | -23/+11 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 15 | -23/+21 |
* | Remove Xcalloc/Xmalloc/Xfree calls | Matt Turner | 2012-09-05 | 1 | -9/+9 |
* | i965/blorp: Fix incorrect indentation. | Paul Berry | 2012-09-05 | 1 | -2/+2 |
* | i965: Don't use brw->fragment_program in the old brw_wm_pass2.c. | Kenneth Graunke | 2012-09-05 | 1 | -1/+1 |
* | meta: Don't save and restore fog state when there is no fog state | Ian Romanick | 2012-09-03 | 1 | -2/+6 |
* | radeon: fix free/FREE mistake | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 19 | -55/+55 |
* | mesa: s/CALLOC/calloc/ | Brian Paul | 2012-09-01 | 8 | -17/+17 |
* | mesa: s/MALLOC/malloc/ | Brian Paul | 2012-09-01 | 5 | -12/+12 |
* | i965/fs: Don't use brw->fragment_program in calculate_urb_setup(). | Kenneth Graunke | 2012-08-31 | 1 | -1/+1 |
* | dri: Rework planar image interface | Jakob Bornecrantz | 2012-08-31 | 2 | -8/+153 |
* | xmlconfig: use __progname when building for Android | Tapani Pälli | 2012-08-31 | 1 | -1/+1 |
* | mesa: fix-up and use _mesa_delete_renderbuffer() | Brian Paul | 2012-08-31 | 4 | -4/+4 |
* | i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state | Anuj Phogat | 2012-08-30 | 2 | -2/+3 |
* | meta: remove call to _meta_in_progress(), fix multisample enable/disable | Brian Paul | 2012-08-30 | 1 | -2/+31 |
* | meta: add parenthesis to silence compiler warnings | Brian Paul | 2012-08-30 | 1 | -2/+2 |
* | i965/fs: Remove a dead member from live variables analysis. | Eric Anholt | 2012-08-29 | 2 | -6/+0 |
* | i965/fs: Initialize output_components[] by filling it with zeros. | Kenneth Graunke | 2012-08-29 | 1 | -0/+1 |
* | i965: Allow creation of OpenGL 3.1 contexts | Ian Romanick | 2012-08-29 | 1 | -0/+19 |
* | i965: Advertise GLSL 1.40 and TexBOs in core contexts | Ian Romanick | 2012-08-29 | 1 | -1/+9 |
* | intel: Clean up bits of cruft in intelCreateContext | Ian Romanick | 2012-08-29 | 1 | -40/+11 |
* | i965: Set context flags | Ian Romanick | 2012-08-29 | 3 | -2/+12 |