- 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
- 6901c27 glcpp: Make sure GL_AMD_shader_trinary_minmax is defined by Ian Romanick · 11 years ago
- 764be9f mesa: Clean up bad code formatting left from previous commit by Ian Romanick · 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
- af0b347 mesa: Validate internalFormat with target in glTexStorage paths by Ian Romanick · 11 years ago
- 421b595 mesa: Refactor internalFormat / target checks to a separate function by Ian Romanick · 11 years ago
- 88db6ad mesa: Generate the correct error for a depth format with a 3D texture by Ian Romanick · 11 years ago
- 3efed4c mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2 by Christoph Bumiller · 11 years ago
- f3bd2bc st/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORD by Christoph Bumiller · 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
- c11d76c mesa: Increment the list pointer while freeing instruction data by Ian Romanick · 11 years ago
- e2dd240 st/mesa: add a simple sanity check assertion in st_validate_attachment() by Brian Paul · 11 years ago
- 43e7721 i965/gen7: Use to the correct program when uploading transform feedback state. by Paul Berry · 11 years ago
- e190709 mesa: Ensure that transform feedback refers to the correct program. by Paul Berry · 11 years ago
- 9cee3ff i965: Remove *_generator::shader field; use prog field instead. by Paul Berry · 11 years ago
- f7c118f st/mesa: fix glReadBuffer(GL_NONE) segfault by Brian Paul · 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
- e4fcae0 mesa: Set gl_constants::MinMapBufferAlignment by Ian Romanick · 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
- 1a44180 mesa: whitespace fixes in glformats.c by Brian Paul · 11 years ago
- 35ddd2c mesa: rename unbind_texobj_from_imgunits() by Brian Paul · 11 years ago
- 5306ee7 mesa: initialize "is_layered" variable to silence warning by Brian Paul · 11 years ago
- b98fa6f mesa: fix/add some cases in _mesa_get_linear_internalformat() by Brian Paul · 11 years ago
- 91567b8 mesa: add missing ETC2_SRGB cases in formats.c by Brian Paul · 11 years ago
- 72288e0 mesa: Add ARB_arrays_of_arrays by Timothy Arceri · 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
- 50ce6f6 mesa: Bump MAX_TEXTURE_IMAGE_UNITS to 32. 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
- 1032c33 mesa: Change redundant code into loops in texstate.c. by Paul Berry · 11 years ago
- 6ac2e1e mesa: Change redundant code into loops in shaderapi.c. by Paul Berry · 11 years ago
- 5808c44 mesa: Remove ad-hoc arrays of gl_shader_program. by Paul Berry · 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
- 4a91675 mesa: use _mesa_validate_shader_target() more frequently. by Paul Berry · 11 years ago
- 020919b main: Allow ctx == NULL in _mesa_validate_shader_target(). by Paul Berry · 11 years ago
- 6ab2a61 mesa: Make validate_shader_target() non-static. 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
- 178c1bf mesa: Generate GL_INVALID_OPERATION for unsupported DSA TexStorage functions by Ian Romanick · 11 years ago
- 17594dc mesa: Silence many unused parameter warnings by Ian Romanick · 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
- 78d6547 mesa/x86: Remove dead read_rgba_span_x86.h. by Matt Turner · 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