mesa: Generate correct error code in glDrawBuffers()
[mesa.git] / src / mesa / drivers /
2014-01-28 Anuj Phogati965: Ignore 'centroid' interpolation qualifier in...
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names containg SIGNED
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-27 Ian Romanickmesa: GL_EXT_framebuffer_blit is not optional
2014-01-27 Ian Romanickradeon: Enable GL_EXT_framebuffer_blit
2014-01-27 Ian Romanickr200: Enable GL_EXT_framebuffer_blit
2014-01-27 Ian Romanickradeon / r200: Pass the API into _mesa_initialize_context
2014-01-26 Kenneth Graunkei965: Don't store qpitch / 4 as mt->qpitch for compress...
2014-01-24 Paul BerryUpdate .gitignore for Catalan translations build artifacts
2014-01-23 Paul Berryi965/gen7: Use to the correct program when uploading...
2014-01-23 Paul Berryi965: Remove *_generator::shader field; use prog field...
2014-01-23 Alex Henriedriconf: Add Catalan translations
2014-01-23 Alex Henriedriconf: Correct and update Spanish translations
2014-01-23 Alex Henriedriconf: Synchronize po files
2014-01-23 Ian Romanickradeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE
2014-01-23 Ian Romanickradeon / r200: Remove unused 'dostate' parameter
2014-01-23 Ian Romanickradeon / r200: Fix 'empty body' warning
2014-01-23 Ian Romanickradeon / r200: Fix incompatible pointer type warning
2014-01-23 Topi Pohjolaineni965/blorp: switch eu-emitter to use FS IR and fs_generator
2014-01-23 Topi Pohjolaineni965/fs: add support for BRW_OPCODE_AVG in fs_generator
2014-01-23 Topi Pohjolaineni965/fs: introduce blorp specific rt-write for fs_generator
2014-01-23 Topi Pohjolaineni965/fs: allow unit tests to dump the final patched...
2014-01-23 Topi Pohjolaineni965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap OR (/brw_OR(&func, /emit_or(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap AND (/brw_AND(&func, /emit_and(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap emission of if-equal-assignment
2014-01-23 Topi Pohjolaineni965/blorp: wrap emission of conditional assignment
2014-01-23 Topi Pohjolaineni965/blorp: move emission of sample combining into...
2014-01-23 Topi Pohjolaineni965/blorp: move emission of rt-write into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: move emission of texture lookup into eu...
2014-01-23 Topi Pohjolaineni965/fs: introduce non-compressed equivalent of tex_cms
2014-01-23 Topi Pohjolaineni965: rename tex_ms to tex_cms
2014-01-23 Topi Pohjolaineni965/blorp: move emission of pixel kill into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: introduce separate eu-emitter for blit...
2014-01-23 Kenneth Graunkei965: Support 32 texture image units on Haswell+.
2014-01-23 Kenneth Graunkei965/fs: Switch from BRW_MAX_TEX_UNIT to the actual...
2014-01-23 Kenneth Graunkei965/vec4: Support arbitrarily large sampler state...
2014-01-23 Kenneth Graunkei965/vec4: Refactor sampler message setup.
2014-01-23 Kenneth Graunkei965/vec4: Don't set header_present if texel offsets...
2014-01-23 Kenneth Graunkei965/fs: Support arbitrarily large sampler state indice...
2014-01-23 Kenneth Graunkei965/fs: Plumb sampler index into emit_texture_gen7.
2014-01-23 Kenneth Graunkei965/fs: Refactor sampler message header to duplicate...
2014-01-23 Kenneth Graunkei965: Use get_element_ud to shorten texture header...
2014-01-22 Kristian Høgsbergintel: Fix initial MakeCurrent for single-buffer drawables
2014-01-22 Vinson Leemeta: Move loop variable declaration outside loop.
2014-01-22 Topi Pohjolaineni965/blorp: use BRW_COMPRESSION_2NDHALF for second...
2014-01-22 Topi Pohjolaineni965/blorp: patch jump counters also for endif
2014-01-22 Paul Berrymeta: Replace save_state::{Vertex,Geometry,Fragment...
2014-01-22 Paul Berryi965: Fix comments to refer to the new ctx->Shader...
2014-01-22 Paul Berrymesa: Fold long lines introduced by the previous patch.
2014-01-22 Paul Berrymesa: Replace ctx->Shader.Current{Vertex,Fragment,Geome...
2014-01-22 Paul Berrymesa: Replace _mesa_program_index_to_target with _mesa_...
2014-01-21 Anuj Phogati965: Ignore 'centroid' interpolation qualifier in...
2014-01-21 Anuj Phogati965: Use sample barycentric coordinates with per sampl...
2014-01-21 Anuj Phogati965: Add an option to ignore sample qualifier
2014-01-21 Matt Turneri965/fs: Optimize LRP with x == y into a MOV.
2014-01-21 Matt Turneri965: Enable AOS optimizations for the geometry shader.
2014-01-21 Matt Turnermesa: rename PreferDP4 to OptimizeForAOS.
2014-01-21 Matt Turneri965/fs: Print the maximum register pressure.
2014-01-21 Kenneth Graunkei965/fs: Show register pressure in dump_instructions...
2014-01-21 Kenneth Graunkei965: Compute the number of live registers at each IP.
2014-01-21 Matt Turneri965/fs: Call opt_peephole_sel later in the optimizatio...
2014-01-21 Matt Turneri965/fs: Calculate interference better in register_coal...
2014-01-21 Matt Turneri965/fs: Support coalescing registers of size > 1.
2014-01-21 Matt Turneri965/fs: Assert that var < num_vars.
2014-01-21 Matt Turneri965/fs: Add a comment explaining how register coalesci...
2014-01-21 Matt Turneri965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
2014-01-21 Matt Turneri965/fs: Fix the example about overwriting uniforms...
2014-01-21 Matt Turneri965: Print reg_offset for vgrf of size > 1 in dump_ins...
2014-01-21 Paul Berryi965: Modify some error messages to refer to "vec4...
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2014-01-21 Kenneth Graunkei965: Reserve space for "Vertex Count" in GS outputs.
2014-01-21 Kenneth Graunkei965: Update blitter code for 48-bit addresses.
2014-01-20 Kenneth Graunkei965: Update PIPE_CONTROL packet lengths for Broadwell.
2014-01-20 Kenneth Graunkei965: Re-combine the Gen4-5 and Gen6+ write_depth_count...
2014-01-20 Kenneth Graunkei965: Create a helper function for emitting PIPE_CONTRO...
2014-01-20 Kenneth Graunkei965: Use full-length PIPE_CONTROL packets for workarou...
2014-01-20 Kenneth Graunkei965: Emit full-length PIPE_CONTROLs for (non-write...
2014-01-20 Kenneth Graunkei965: Create a helper function for emitting PIPE_CONTRO...
2014-01-20 Kenneth Graunkei965: Fix MI_STORE_REGISTER_MEM for Broadwell.
2014-01-20 Kenneth Graunkei965: Introduce an OUT_RELOC64 macro.
2014-01-20 Kenneth Graunkei965: Use the new drm_intel_bo offset64 field.
2014-01-20 Kenneth Graunkei965: Delete intel_batchbuffer_emit_reloc_fenced.
2014-01-20 Ian Romanicki915: Silence warning: unused parameter warning in...
2014-01-20 Ian Romanicki915: Ensure that intel_bufferobj_map_range meets align...
2014-01-20 Ian Romanicki965: Ensure that intel_bufferobj_map_range meets align...
2014-01-20 Courtney Goeltzenl... i965: Enable ARB_viewport_array
2014-01-20 Ian Romanicki965: Consider all viewports before enabling guardband...
next