| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: implement PIPE_QUERY_SO_STATISTICS | Zack Rusin | 2013-04-10 | 2 | -0/+21 |
* | gallivm: fix unsigned divide and remainder opcodes | Zack Rusin | 2013-04-10 | 1 | -4/+33 |
* | gallivm: fix breakc | Zack Rusin | 2013-04-10 | 1 | -12/+14 |
* | intel/hsw: Enable hiz (v2) | Chad Versace | 2013-04-10 | 2 | -2/+51 |
* | i965: Remove brw_context::depthstencil::hiz_mt | Chad Versace | 2013-04-10 | 2 | -3/+0 |
* | intel: Replace checks for hiz_mt with intel_has*hiz() | Chad Versace | 2013-04-10 | 8 | -40/+36 |
* | i965: Change signature of brw_get_depthstencil_tile_masks() | Chad Versace | 2013-04-10 | 4 | -3/+16 |
* | i965/blorp: Add fields brw_blorp_mip_info::level,layer | Chad Versace | 2013-04-10 | 2 | -0/+15 |
* | intel: Add field intel_mipmap_slice::has_hiz | Chad Versace | 2013-04-10 | 4 | -2/+44 |
* | i965/blorp: Align rectangle primitive for hiz ops | Chad Versace | 2013-04-10 | 1 | -0/+29 |
* | i965/vs: Use GRFs for pull constant offsets on gen7. | Eric Anholt | 2013-04-10 | 6 | -22/+56 |
* | i965/vs: When asked to make a dst_reg for a src.xxxx, just write to src.x. | Eric Anholt | 2013-04-10 | 1 | -1/+8 |
* | i965/gen6: Reduce updates of transform feedback offsets with HW contexts. | Eric Anholt | 2013-04-10 | 1 | -1/+1 |
* | i965/gen7: Skip resetting SOL offsets at batch start with HW contexts. | Eric Anholt | 2013-04-10 | 2 | -6/+21 |
* | radeonsi: remove sampler writemask v3 | Christian König | 2013-04-10 | 2 | -13/+8 |
* | pipe-loader: Fix out of source build | Niels Ole Salscheider | 2013-04-10 | 1 | -2/+2 |
* | st/mesa: remove #if FEATURE_GL/ES tests | Brian Paul | 2013-04-09 | 1 | -7/+0 |
* | mesa: remove old comment about FEATURE_GL | Brian Paul | 2013-04-09 | 1 | -2/+1 |
* | mesa: remove #ifdef FEATURE_ES2, add some comments instead | Brian Paul | 2013-04-09 | 1 | -2/+9 |
* | st/mesa: remove #include mfeatures.h | Brian Paul | 2013-04-09 | 24 | -24/+0 |
* | docs: initial 9.2 release notes file | Brian Paul | 2013-04-09 | 2 | -0/+66 |
* | st/osmesa: re-use buffers in OSMesaMakeCurrent() | Brian Paul | 2013-04-09 | 1 | -7/+54 |
* | mesa: update derived framebuffer state in GetMultisamplefv | Marek Olšák | 2013-04-10 | 1 | -0/+5 |
* | mesa: fix glGet queries depending on derived framebuffer state (v2) | Marek Olšák | 2013-04-10 | 2 | -7/+26 |
* | i965/gen7.5: Allow HW primitive restart for all primitive types. | Paul Berry | 2013-04-09 | 1 | -7/+6 |
* | i965: Only use brw_draw.c's trim() function when necessary. | Paul Berry | 2013-04-09 | 1 | -2/+14 |
* | i965/vs: Fix DEBUG_SHADER_TIME when VS terminates with 2 URB writes. | Paul Berry | 2013-04-09 | 1 | -4/+2 |
* | st/vdpau: fix subtitle related bug v2 | Christian König | 2013-04-09 | 1 | -0/+4 |
* | glsl/linker: Reduce scope of non-flat integer varying fix. | Paul Berry | 2013-04-09 | 1 | -4/+3 |
* | glsl/linker: Adapt flat varying handling in preparation for geometry shaders. | Paul Berry | 2013-04-09 | 1 | -10/+20 |
* | glsl: Document lower_packed_varyings' "flat" requirement with an assert. | Paul Berry | 2013-04-09 | 1 | -0/+8 |
* | glsl/linker: fix varying packing for non-flat integer varyings. | Paul Berry | 2013-04-09 | 1 | -0/+19 |
* | glsl: Check the size of ir_print_visitor's mode[] array with STATIC_ASSERT. | Paul Berry | 2013-04-09 | 2 | -1/+3 |
* | glsl: Fix ir_print_visitor's handling of interpolation qualifiers. | Paul Berry | 2013-04-09 | 2 | -2/+5 |
* | autotools: Better describe which cases OProfileJIT is required. | Johannes Obermayr | 2013-04-09 | 1 | -2/+6 |
* | softpipe: misc updates to image dumping in softpipe_flush() | Brian Paul | 2013-04-09 | 1 | -3/+4 |
* | tgsi: Ensure struct tgsi_ind_register field Index is initialized. | Vinson Lee | 2013-04-08 | 1 | -0/+1 |
* | r600g: Fix UMAD on Cayman | Martin Andersson | 2013-04-09 | 1 | -13/+32 |
* | intel: Remove the texture_tiling driconf option. | Kenneth Graunke | 2013-04-08 | 4 | -11/+1 |
* | i965: Prefer Y-tiling on Gen6+. | Kenneth Graunke | 2013-04-08 | 1 | -1/+1 |
* | i965: Use tiling even for compressed textures. | Kenneth Graunke | 2013-04-08 | 1 | -1/+1 |
* | intel: Refactor selection of miptree tiling | Chad Versace | 2013-04-08 | 1 | -42/+61 |
* | intel: Allocate hiz in intel_renderbuffer_move_to_temp() | Chad Versace | 2013-04-08 | 1 | -0/+4 |
* | st/mesa: fix levels in initial texture creation | Dave Airlie | 2013-04-08 | 1 | -1/+1 |
* | glsl: Don't early-out for error-type inputs | Ian Romanick | 2013-04-08 | 3 | -15/+11 |
* | glsl: Don't emit spurious errors for constant indexes of the wrong type | Ian Romanick | 2013-04-08 | 1 | -2/+2 |
* | glsl: Collect all of the non-constant index error checks together | Ian Romanick | 2013-04-08 | 1 | -45/+42 |
* | glsl: Minor code compaction in _mesa_ast_array_index_to_hir | Ian Romanick | 2013-04-08 | 1 | -9/+8 |
* | glsl: Don't return a value from check_builtin_array_max_size | Ian Romanick | 2013-04-08 | 2 | -5/+2 |
* | glsl: Remove some unnecessary uses of error_emitted | Ian Romanick | 2013-04-08 | 1 | -15/+4 |