| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/vs: Remove unnecessary NULL check on generate_code() result. | Kenneth Graunke | 2015-04-27 | 1 | -2/+1 |
* | i965: Enable ARB_gpu_shader5 on Gen8+. | Matt Turner | 2015-04-27 | 1 | -6/+2 |
* | i965/fs: Fix code emission for imul_high in NIR. | Matt Turner | 2015-04-27 | 1 | -1/+23 |
* | i965/fs: Fix stride for multiply in macro. | Matt Turner | 2015-04-27 | 1 | -0/+2 |
* | Revert "i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7." | Matt Turner | 2015-04-27 | 1 | -3/+3 |
* | mesa: fix up GLSL version when computing GL version | Ilia Mirkin | 2015-04-27 | 1 | -0/+17 |
* | mesa: the function name appears to have a gl prefix already | Ilia Mirkin | 2015-04-27 | 1 | -2/+2 |
* | Fix a few typos | Zoë Blade | 2015-04-27 | 28 | -38/+38 |
* | i965/gen8: Factor out texture surface state set-up from gen8_update_texture_s... | Francisco Jerez | 2015-04-27 | 1 | -60/+77 |
* | i965/gen7: Factor out texture surface state set-up from gen7_update_texture_s... | Francisco Jerez | 2015-04-27 | 2 | -54/+84 |
* | i965: Add helper functions to calculate the slice pitch of an array or 3D mip... | Francisco Jerez | 2015-04-27 | 2 | -40/+84 |
* | i965: Fill out the rest of brw_debug_recompile_sampler_key(). | Kenneth Graunke | 2015-04-25 | 1 | -0/+8 |
* | i965: Disassemble sampler message names on Gen5+. | Kenneth Graunke | 2015-04-25 | 1 | -4/+34 |
* | i965/fs: Disallow constant propagation into POW on Gen 6. | Matt Turner | 2015-04-25 | 1 | -2/+8 |
* | mesa: add support for exposing up to GL4.2 | Ilia Mirkin | 2015-04-24 | 1 | -1/+45 |
* | i965/fs: Add missing pixel_x/y to brw_instruction_name(). | Matt Turner | 2015-04-24 | 1 | -0/+5 |
* | i965/fs: Don't constant propagate into integer math instructions. | Matt Turner | 2015-04-24 | 2 | -3/+5 |
* | mesa: put more info in glTexImage GL_OUT_OF_MEMORY error message | Brian Paul | 2015-04-24 | 1 | -1/+3 |
* | i965/fs: Allow 2-src math instructions to have immediate src1. | Matt Turner | 2015-04-24 | 2 | -7/+11 |
* | mesa: fix glGetActiveUniformsiv regression | Tapani Pälli | 2015-04-24 | 1 | -4/+16 |
* | mesa: refactor active attrib queries for glGetProgramiv | Tapani Pälli | 2015-04-24 | 1 | -25/+14 |
* | i965: Add an INTEL_DEBUG=spill option to test spilling | Jason Ekstrand | 2015-04-23 | 3 | -1/+3 |
* | i965/debug: Use the ull specifier for DEBUG enum defines | Jason Ekstrand | 2015-04-23 | 1 | -31/+31 |
* | i965: Disallow linear blits that are not cacheline aligned. | Kenneth Graunke | 2015-04-23 | 1 | -8/+19 |
* | i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions. | Kenneth Graunke | 2015-04-23 | 1 | -8/+14 |
* | i965/nir: Use the correct offsets when handling register indirects | Jason Ekstrand | 2015-04-22 | 1 | -27/+27 |
* | st/mesa: add ARB_texture_stencil8 support (v4) | Dave Airlie | 2015-04-23 | 4 | -16/+22 |
* | mesa: finish implementing ARB_texture_stencil8 (v5) | Dave Airlie | 2015-04-23 | 4 | -5/+58 |
* | mesa: remove the gl_sl_pragmas structure | Jason Ekstrand | 2015-04-22 | 2 | -19/+0 |
* | i965: Add a brw_compiler structure and store the register sets in it | Jason Ekstrand | 2015-04-22 | 7 | -97/+120 |
* | i965: Rename brw_compile to brw_codegen | Jason Ekstrand | 2015-04-22 | 29 | -246/+246 |
* | i965: Use device_info instead of the context for computing vue maps | Jason Ekstrand | 2015-04-22 | 4 | -7/+12 |
* | i965: Use device_info instead of the context in instruction scheduling | Jason Ekstrand | 2015-04-22 | 3 | -14/+13 |
* | i965: Add a devinfo field to backend_visitor and use it for gen checks | Jason Ekstrand | 2015-04-22 | 19 | -221/+225 |
* | i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitors | Jason Ekstrand | 2015-04-22 | 2 | -12/+6 |
* | i965/vec4: Add a devinfo field to the generator and use it for gen checks | Jason Ekstrand | 2015-04-22 | 2 | -46/+42 |
* | i965/fs: Add a devinfo field to the generator and use it for gen checks | Jason Ekstrand | 2015-04-22 | 2 | -59/+58 |
* | i965/device_info: Add a supports_simd16_3src flag | Jason Ekstrand | 2015-04-22 | 6 | -55/+56 |
* | i965/device_info: Add a HSW_FEATURES macro | Jason Ekstrand | 2015-04-22 | 1 | -3/+7 |
* | i965: Make the annotation code take a device_info instead of a context | Jason Ekstrand | 2015-04-22 | 4 | -10/+14 |
* | i965/fs: Remove the GL context from the generator | Jason Ekstrand | 2015-04-22 | 2 | -11/+1 |
* | i965: Remove the context field from brw_compiler | Jason Ekstrand | 2015-04-22 | 15 | -63/+42 |
* | i965: Make the disassembler take a device_info instead of a context | Jason Ekstrand | 2015-04-22 | 11 | -109/+99 |
* | i965: Make instruction compaction take a device_info instead of a context | Jason Ekstrand | 2015-04-22 | 4 | -109/+112 |
* | i965: Make the brw_inst helpers take a device_info instead of a context | Jason Ekstrand | 2015-04-22 | 16 | -995/+1006 |
* | i965/eu: Add a devinfo parameter to brw_compile | Jason Ekstrand | 2015-04-22 | 2 | -0/+2 |
* | i965: Do better fake context setup in unit tests | Jason Ekstrand | 2015-04-22 | 5 | -5/+24 |
* | i965: Remove the context parameter from brw_texture_offset | Jason Ekstrand | 2015-04-22 | 5 | -12/+5 |
* | mesa: Fix typo in a comment | Anuj Phogat | 2015-04-22 | 1 | -2/+2 |
* | mesa: add check for NV_texture_barrier in _mesa_TextureBarrierNV() | Brian Paul | 2015-04-22 | 1 | -0/+6 |