- eeed49f mesa: Change many Type P MESA_FORMATs to meet naming spec by Mark Mueller · 11 years ago
- 50a01d2 mesa: Change many Type A MESA_FORMATs to meet naming standard by Mark Mueller · 11 years ago
- ef145ba mesa: Rename 4 color component unsigned byte MESA_FORMATs by Mark Mueller · 11 years ago
- 71fe943 mesa: change gl_format to mesa_format by Mark Mueller · 11 years ago
- a672973 mesa: GL_EXT_framebuffer_blit is not optional by Ian Romanick · 11 years ago
- 71cc510 radeon: Enable GL_EXT_framebuffer_blit by Ian Romanick · 11 years ago
- bed51a4 r200: Enable GL_EXT_framebuffer_blit by Ian Romanick · 11 years ago
- 3321467 radeon / r200: Pass the API into _mesa_initialize_context by Ian Romanick · 11 years ago
- 07149f0 i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces. by Kenneth Graunke · 11 years ago
- eab32bb Update .gitignore for Catalan translations build artifacts by Paul Berry · 11 years ago
- 43e7721 i965/gen7: Use to the correct program when uploading transform feedback state. by Paul Berry · 11 years ago
- 9cee3ff i965: Remove *_generator::shader field; use prog field instead. by Paul Berry · 11 years ago
- d5e5367 driconf: Add Catalan translations by Alex Henrie · 11 years ago
- 84529a5 driconf: Correct and update Spanish translations by Alex Henrie · 11 years ago
- 822b431 driconf: Synchronize po files by Alex Henrie · 11 years ago
- 7a0f26d radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE by Ian Romanick · 11 years ago
- 2d5fd20 radeon / r200: Remove unused 'dostate' parameter by Ian Romanick · 11 years ago
- 5b4c129 radeon / r200: Fix 'empty body' warning by Ian Romanick · 11 years ago
- b790bed radeon / r200: Fix incompatible pointer type warning by Ian Romanick · 11 years ago
- bda88f1 i965/blorp: switch eu-emitter to use FS IR and fs_generator by Topi Pohjolainen · 11 years ago
- 8f3e536 i965/fs: add support for BRW_OPCODE_AVG in fs_generator by Topi Pohjolainen · 11 years ago
- 9927d7a i965/fs: introduce blorp specific rt-write for fs_generator by Topi Pohjolainen · 11 years ago
- 85fc724 i965/fs: allow unit tests to dump the final patched assembly by Topi Pohjolainen · 11 years ago
- 757b4cf i965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter by Topi Pohjolainen · 11 years ago
- 8c00306 i965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/) by Topi Pohjolainen · 11 years ago
- 44524cb i965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/) by Topi Pohjolainen · 11 years ago
- f9d8759 i965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/) by Topi Pohjolainen · 11 years ago
- bbab806 i965/blorp: wrap OR (/brw_OR(&func, /emit_or(/) by Topi Pohjolainen · 11 years ago
- de6ea2f i965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/) by Topi Pohjolainen · 11 years ago
- d256a5f i965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/) by Topi Pohjolainen · 11 years ago
- 0df1f5c i965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/) by Topi Pohjolainen · 11 years ago
- c777e72 i965/blorp: wrap AND (/brw_AND(&func, /emit_and(/) by Topi Pohjolainen · 11 years ago
- 8b5fd98 i965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/) by Topi Pohjolainen · 11 years ago
- 250494f i965/blorp: wrap emission of if-equal-assignment by Topi Pohjolainen · 11 years ago
- 9e9617f i965/blorp: wrap emission of conditional assignment by Topi Pohjolainen · 11 years ago
- 8c42ade i965/blorp: move emission of sample combining into eu-emitter by Topi Pohjolainen · 11 years ago
- ecf7956 i965/blorp: move emission of rt-write into eu-emitter by Topi Pohjolainen · 11 years ago
- aac6bac i965/blorp: move emission of texture lookup into eu-emitter by Topi Pohjolainen · 11 years ago
- 41d397f i965/fs: introduce non-compressed equivalent of tex_cms by Topi Pohjolainen · 11 years ago
- ce527a6 i965: rename tex_ms to tex_cms by Topi Pohjolainen · 11 years ago
- 3c44e43 i965/blorp: move emission of pixel kill into eu-emitter by Topi Pohjolainen · 11 years ago
- f031487 i965/blorp: introduce separate eu-emitter for blit compiler by Topi Pohjolainen · 11 years ago
- d8c7740 i965: Support 32 texture image units on Haswell+. by Kenneth Graunke · 11 years ago
- 5a51a26 i965/fs: Switch from BRW_MAX_TEX_UNIT to the actual limit. by Kenneth Graunke · 11 years ago
- 15fc919 i965/vec4: Support arbitrarily large sampler state indices on Haswell+. by Kenneth Graunke · 11 years ago
- d58e03f i965/vec4: Refactor sampler message setup. by Kenneth Graunke · 11 years ago
- e0a5602 i965/vec4: Don't set header_present if texel offsets are all 0. by Kenneth Graunke · 11 years ago
- 6943ac0 i965/fs: Support arbitrarily large sampler state indices on Haswell+. by Kenneth Graunke · 11 years ago
- d7450e5 i965/fs: Plumb sampler index into emit_texture_gen7. by Kenneth Graunke · 11 years ago
- ebfe43d i965/fs: Refactor sampler message header to duplicate less code. by Kenneth Graunke · 11 years ago
- 87e7326 i965: Use get_element_ud to shorten texture header access. by Kenneth Graunke · 11 years ago
- 11baad3 intel: Fix initial MakeCurrent for single-buffer drawables by Kristian Høgsberg · 11 years ago
- 6caf34b meta: Move loop variable declaration outside loop. by Vinson Lee · 11 years ago
- 8b16b02 i965/blorp: use BRW_COMPRESSION_2NDHALF for second half LPR by Topi Pohjolainen · 11 years ago
- 89347dd i965/blorp: patch jump counters also for endif by Topi Pohjolainen · 11 years ago
- 69b258c meta: Replace save_state::{Vertex,Geometry,Fragment}Shader with an array. by Paul Berry · 11 years ago
- b4b7067 i965: Fix comments to refer to the new ctx->Shader.CurrentProgram array. by Paul Berry · 11 years ago
- 1aef455 mesa: Fold long lines introduced by the previous patch. by Paul Berry · 11 years ago
- 3b22146 mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an array. by Paul Berry · 11 years ago
- 46d210d mesa: Replace _mesa_program_index_to_target with _mesa_shader_stage_to_program. by Paul Berry · 11 years ago
- f5cfb4a i965: Ignore 'centroid' interpolation qualifier in case of persample shading by Anuj Phogat · 11 years ago
- a92e5f7 i965: Use sample barycentric coordinates with per sample shading by Anuj Phogat · 11 years ago
- 3313cc2 i965: Add an option to ignore sample qualifier by Anuj Phogat · 11 years ago
- bf0773a i965/fs: Optimize LRP with x == y into a MOV. by Matt Turner · 11 years ago
- 13100ac i965: Enable AOS optimizations for the geometry shader. by Matt Turner · 11 years ago
- ebf9199 mesa: rename PreferDP4 to OptimizeForAOS. by Matt Turner · 11 years ago
- 413622f i965/fs: Print the maximum register pressure. by Matt Turner · 11 years ago
- 391eaa5 i965/fs: Show register pressure in dump_instructions() output. by Kenneth Graunke · 11 years ago
- 3b74f4b i965: Compute the number of live registers at each IP. by Kenneth Graunke · 11 years ago
- 0ea600e i965/fs: Call opt_peephole_sel later in the optimization loop. by Matt Turner · 11 years ago
- ede6c34 i965/fs: Calculate interference better in register_coalesce. by Matt Turner · 11 years ago
- 4a7d0c5 i965/fs: Support coalescing registers of size > 1. by Matt Turner · 11 years ago
- 78fa617 i965/fs: Assert that var < num_vars. by Matt Turner · 11 years ago
- 9bb4d71 i965/fs: Add a comment explaining how register coalescing works. by Matt Turner · 11 years ago
- 2dfb067 i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition. by Matt Turner · 11 years ago
- 80b949f i965/fs: Fix the example about overwriting uniforms in SIMD16. by Matt Turner · 11 years ago
- 71bc11a i965: Print reg_offset for vgrf of size > 1 in dump_instruction(). by Matt Turner · 11 years ago
- 51000c2 i965: Modify some error messages to refer to "vec4" instead of "vs". by Paul Berry · 12 years ago
- a4d68e9 i965: Add GS support to INTEL_DEBUG=shader_time. by Paul Berry · 11 years ago
- ad04e39 i965: Reserve space for "Vertex Count" in GS outputs. by Kenneth Graunke · 11 years ago
- 94c0a11 i965: Update blitter code for 48-bit addresses. by Kenneth Graunke · 12 years ago
- 2382775 i965: Update PIPE_CONTROL packet lengths for Broadwell. by Kenneth Graunke · 11 years ago
- f7e76e0 i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions. by Kenneth Graunke · 11 years ago
- f5dd608 i965: Create a helper function for emitting PIPE_CONTROL writes. by Kenneth Graunke · 11 years ago
- 35458a9 i965: Use full-length PIPE_CONTROL packets for workaround writes. by Kenneth Graunke · 11 years ago
- 4b9e5c9 i965: Emit full-length PIPE_CONTROLs for (non-write) flushes. by Kenneth Graunke · 11 years ago
- 9420b57 i965: Create a helper function for emitting PIPE_CONTROL flushes. by Kenneth Graunke · 11 years ago
- ded5674 i965: Fix MI_STORE_REGISTER_MEM for Broadwell. by Kenneth Graunke · 11 years ago
- f11c1fe i965: Introduce an OUT_RELOC64 macro. by Kenneth Graunke · 11 years ago
- 67ebcb4 i965: Use the new drm_intel_bo offset64 field. by Kenneth Graunke · 11 years ago
- 5f4eed3 i965: Delete intel_batchbuffer_emit_reloc_fenced. by Kenneth Graunke · 11 years ago
- 4cd8011 i915: Silence warning: unused parameter warning in intel_bufferobj_buffer by Ian Romanick · 11 years ago
- 8468f43 i915: Ensure that intel_bufferobj_map_range meets alignment guarantees by Ian Romanick · 11 years ago
- 1ec663a i965: Ensure that intel_bufferobj_map_range meets alignment guarantees by Ian Romanick · 11 years ago
- 7837f42 i965: Enable ARB_viewport_array by Courtney Goeltzenleuchter · 11 years ago
- d3ee8ba i965: Consider all viewports before enabling guardband clipping by Ian Romanick · 11 years ago
- bdff9a6 i965: Consider only the scissor rectangle for viewport 0 for clears by Ian Romanick · 11 years ago
- 2c27f1d i965: Set all the supported scissor rectangles for GEN7 by Ian Romanick · 11 years ago
- d989c4b i965: Set all the supported viewports for GEN7 by Ian Romanick · 11 years ago
- fceb8b5 i965: Emit writes to viewport index by Ian Romanick · 11 years ago