mesa.git
2014-01-23 José Fonsecaos: Remove pipe_static_condvar.
2014-01-23 Timothy Arceridocs: Mark ARB_arrays_of_arrays as started
2014-01-23 Timothy Arceriglsl: remove remaining is_array variables
2014-01-23 Timothy Arceriglsl: create type name for arrays of arrays
2014-01-23 Timothy Arceriglsl: Allow arrays of arrays as input to vertex shader
2014-01-23 Timothy Arceriglsl: only call mark_max_array if we are assigning an
2014-01-23 Timothy Arceriglsl: Add ARB_arrays_of_arrays support to yacc definiti...
2014-01-23 Timothy Arcerimesa: Add ARB_arrays_of_arrays
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 Graunkemesa: Bump MAX_TEXTURE_IMAGE_UNITS to 32.
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-23 Marek Olšákgallium/util: util_format_srgb should not return FORMAT...
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-23 Marek Olšákradeonsi: use hardware scissors correctly
2014-01-23 Marek Olšákradeonsi: handle R600_CONTEXT_PS_PARTIAL_FLUSH in si_em...
2014-01-23 Marek Olšákr600g,radeonsi: if discarding whole buffer range, disca...
2014-01-23 Marek Olšákgallium/u_upload_mgr: don't expose u_upload_flush
2014-01-23 Marek Olšákgallium/hud: just unmap the upload vertex buffer instea...
2014-01-23 Marek Olšákgallium/vl: use u_upload_mgr to upload vertices for...
2014-01-22 Kristian Høgsbergintel: Fix initial MakeCurrent for single-buffer drawables
2014-01-22 Paul Berryglsl: Simplify aggregate type inference to prepare...
2014-01-22 Jan Veselyclover: Don't crash on NULL global buffer objects.
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 Berrymesa: Change redundant code into loops in texstate.c.
2014-01-22 Paul Berrymesa: Change redundant code into loops in shaderapi.c.
2014-01-22 Paul Berrymesa: Remove ad-hoc arrays of gl_shader_program.
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 Berryglsl/linker: Refactor in preparation for adding more...
2014-01-22 Paul Berrymesa: use _mesa_validate_shader_target() more frequently.
2014-01-22 Paul Berrymain: Allow ctx == NULL in _mesa_validate_shader_target().
2014-01-22 Paul Berrymesa: Make validate_shader_target() non-static.
2014-01-22 Paul Berrymesa: Replace _mesa_program_index_to_target with _mesa_...
2014-01-22 Dave Airliellvmpipe: dump geometry shaders when using LP_DEBUG...
2014-01-21 Ian Romanickmesa: Generate GL_INVALID_OPERATION for unsupported...
2014-01-21 Ian Romanickmesa: Silence many unused parameter warnings
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 Turnermesa/x86: Remove dead read_rgba_span_x86.h.
2014-01-21 Matt Turneri965/fs: Optimize LRP with x == y into a MOV.
2014-01-21 Jordan Justenglsl: Optimize open-coded lrp into lrp.
2014-01-21 Matt Turneri965: Enable AOS optimizations for the geometry shader.
2014-01-21 Matt Turnerglsl: Vectorize multiple scalar assignments
2014-01-21 Matt Turnerglsl: Add parameter to .equals() to ignore an IR type.
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 Turnermesa: Add STRINGIFY macro.
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 Grigori Goronzyglsl: Match unnamed record types across stages.
2014-01-21 Grigori Goronzyglsl: Extract function for record comparisons.
2014-01-21 Brian Pauldocs: remove some ancient README.* files
2014-01-21 Brian Paulsvga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
2014-01-21 Brian Paulsvga: rename color output variables
2014-01-21 Brian Paulsvga: fix clearing for null color buffers
2014-01-21 Brian Paulmesa: add missing TYPE_DOUBLEN_2 cases in get.c
2014-01-21 Paul Berryi965: Modify some error messages to refer to "vec4...
next