| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: handle array textures in st_texture_image_copy | Dave Airlie | 2014-06-19 | 1 | -0/+8 |
* | radeonsi: cosmetic changes in si_shader.c | Marek Olšák | 2014-06-19 | 1 | -18/+13 |
* | radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00 | Marek Olšák | 2014-06-19 | 2 | -12/+123 |
* | st/mesa: fix geometry shader max texture limit in state validation | Marek Olšák | 2014-06-19 | 1 | -1/+1 |
* | r600g: fix the max vertex shader input limit | Marek Olšák | 2014-06-19 | 1 | -1/+1 |
* | meta: Respect the driver's maximum number of draw buffers | Ian Romanick | 2014-06-18 | 1 | -2/+2 |
* | gallivm: fix SCALED -> NORM conversions | Roland Scheidegger | 2014-06-18 | 1 | -16/+23 |
* | mesa: Remove glClear optimization based on drawable size | Kristian Høgsberg | 2014-06-18 | 1 | -5/+0 |
* | mesa: In emit_texenv() type mismatch was forced with typecast | Juha-Pekka Heikkila | 2014-06-18 | 1 | -8/+9 |
* | radeon/uvd: disable VC-1 simple/main on UVD 2.x | Grigori Goronzy | 2014-06-18 | 1 | -1/+4 |
* | radeonsi: add sampling of 4:2:2 subsampled textures | Grigori Goronzy | 2014-06-18 | 3 | -40/+71 |
* | util/u_format: move utility function from r600g | Grigori Goronzy | 2014-06-18 | 3 | -11/+15 |
* | radeon/vce: set number of cpbs based on level | Leo Liu | 2014-06-18 | 2 | -5/+61 |
* | radeon/vce: implement h264 level support | Leo Liu | 2014-06-18 | 1 | -1/+1 |
* | st/omx/enc: implement h264 level support | Leo Liu | 2014-06-18 | 1 | -0/+39 |
* | vl: add level interface | Leo Liu | 2014-06-18 | 1 | -0/+1 |
* | st/st/omx: fix switch-case indentation in vid_enc.c | Leo Liu | 2014-06-18 | 1 | -16/+16 |
* | glx: Add an error message when a direct renderer's createScreen() routine fails | Jon TURNEY | 2014-06-18 | 4 | -4/+12 |
* | i965/vec4: unit test for copy propagation and writemask | Chia-I Wu | 2014-06-18 | 1 | -0/+30 |
* | i965/vec4/gs: Silence warning about unused 'success' in release build. | Matt Turner | 2014-06-17 | 1 | -0/+1 |
* | i965/disasm: Mark three_source_reg_encoding[] static. | Matt Turner | 2014-06-17 | 1 | -1/+1 |
* | i965/blorp: Remove unused 'brw' member. | Matt Turner | 2014-06-17 | 1 | -2/+0 |
* | i965/blorp: Mark branch unreachable to silence uninitialized var warning. | Matt Turner | 2014-06-17 | 1 | -0/+1 |
* | i965: Silence warning about unused brw in release builds. | Matt Turner | 2014-06-17 | 1 | -2/+1 |
* | i965: Mark backend_instruction and bblock_t as structs. | Matt Turner | 2014-06-17 | 2 | -2/+2 |
* | i965: Use standard SSE intrinsics instead of gcc built-ins. | Matt Turner | 2014-06-17 | 1 | -5/+7 |
* | mesa: Remove unused functions from perfomance query code. | Matt Turner | 2014-06-17 | 1 | -13/+0 |
* | mesa: Remove unused extra_EXT_texture_integer. | Matt Turner | 2014-06-17 | 1 | -5/+0 |
* | mesa: Mark default case unreachable to silence warning. | Matt Turner | 2014-06-17 | 1 | -0/+1 |
* | egl: Remove unused variable dri_driver_path. | Matt Turner | 2014-06-17 | 1 | -2/+0 |
* | swrast: Remove unused solve_plane_recip(). | Matt Turner | 2014-06-17 | 1 | -14/+0 |
* | glsl: Remove 'struct' from ir_variable declaration. | Matt Turner | 2014-06-17 | 1 | -1/+1 |
* | Revert "i965: Add 'wait' instruction support" | Matt Turner | 2014-06-17 | 3 | -34/+0 |
* | i965/fs: Optimize SEL with the same sources into a MOV. | Matt Turner | 2014-06-17 | 1 | -1/+7 |
* | i965/fs: Perform CSE on texture operations. | Matt Turner | 2014-06-17 | 1 | -1/+10 |
* | i965/fs: Copy propagate from load_payload. | Matt Turner | 2014-06-17 | 1 | -0/+22 |
* | i965/fs: Perform CSE on load_payload instructions if it's not a copy. | Matt Turner | 2014-06-17 | 1 | -0/+18 |
* | i965/fs: Support register coalescing on LOAD_PAYLOAD operands. | Matt Turner | 2014-06-17 | 1 | -10/+54 |
* | i965/fs: Emit load_payload instead of multiple MOVs for large VGRFs. | Matt Turner | 2014-06-17 | 1 | -12/+21 |
* | i965/fs: Only consider real sources when comparing instructions. | Matt Turner | 2014-06-17 | 1 | -4/+15 |
* | i965/fs: Apply cube map array fixup and restore the payload. | Matt Turner | 2014-06-17 | 1 | -1/+14 |
* | i965/fs: Use LOAD_PAYLOAD in emit_texture_gen7(). | Matt Turner | 2014-06-17 | 1 | -62/+73 |
* | i965/fs: Lower LOAD_PAYLOAD and clean up. | Matt Turner | 2014-06-17 | 2 | -0/+39 |
* | i965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD. | Matt Turner | 2014-06-17 | 5 | -0/+33 |
* | glsl: type check between switch init-expression and case | Tapani Pälli | 2014-06-17 | 1 | -3/+45 |
* | nv50/ir: Remove NV50_SEMANTIC_VIEWPORTINDEX | Tobias Klausmann | 2014-06-16 | 2 | -2/+1 |
* | nvc0: implement multiple viewports/scissors, enable ARB_viewport_array | Tobias Klausmann | 2014-06-16 | 7 | -63/+113 |
* | nv50: make sure to mark first scissor dirty after blit | Ilia Mirkin | 2014-06-16 | 1 | -0/+1 |
* | i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell. | Kenneth Graunke | 2014-06-16 | 1 | -4/+16 |
* | i965: Make INTEL_DEBUG=mip print out whether HiZ is enabled. | Kenneth Graunke | 2014-06-16 | 1 | -0/+2 |