gallium/u_upload_mgr: don't expose u_upload_flush
[mesa.git] / src /
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 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...
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2014-01-21 Roland Scheideggerdraw: fix points with negative w coords for d3d style...
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...
2014-01-20 Ian Romanicki965: Consider only the scissor rectangle for viewport...
2014-01-20 Ian Romanicki965: Set all the supported scissor rectangles for...
2014-01-20 Ian Romanickmesa: Refactor bounding-box calculation out of _mesa_up...
2014-01-20 Ian Romanicki965: Set all the supported viewports for GEN7
2014-01-20 Ian Romanicki965: Emit writes to viewport index
2014-01-20 Ian Romanicki965: Set the maximum VPIndex
2014-01-20 Courtney Goeltzenl... mesa: Add ARB_viewport_array plumbing
2014-01-20 Courtney Goeltzenl... glsl: Add gl_ViewportIndex built-in variable
2014-01-20 Ian Romanickglsl: Add extension infrastructure for ARB_viewport_array
2014-01-20 Ian Romanickmesa: Add varying slot for viewport index
2014-01-20 Courtney Goeltzenl... mesa: Add new viewport and depth-range entry points...
2014-01-20 Courtney Goeltzenl... mesa: Add new scissor entry points for GL_ARB_viewport_...
2014-01-20 Courtney Goeltzenl... mesa: Add custom get function for SCISSOR_TEST to _mesa...
2014-01-20 Courtney Goeltzenl... mesa: Add new get entrypoints for ARB_viewport_array
2014-01-20 Ian Romanickmesa: Change parameter to _mesa_set_viewport to float
2014-01-20 Ian Romanickmeta: Restore all scissor state
2014-01-20 Ian Romanickmesa: Set all scissor rects
2014-01-20 Ian Romanickmesa: Set all viewports from _mesa_Viewport and _mesa_D...
2014-01-20 Ian Romanickmesa: Restore all the viewports in _mesa_PopAttrib
2014-01-20 Ian Romanickmesa: Restore all the scissor rectangles in _mesa_PopAttrib
2014-01-20 Ian Romanickmesa: Initialize all the viewports
2014-01-20 Ian Romanickmesa: Add an index parameter to _mesa_set_scissor
2014-01-20 Ian Romanickmesa: Refactor scissor rectangle setting even more
2014-01-20 Ian Romanickmesa: Refactor viewport setting even more
2014-01-20 Ian Romanickmesa: Refactor depth range setting even more
2014-01-20 Ian Romanickmesa: Add an index parameter to _mesa_set_viewport
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_context::Viewport to gl_context::Viewp...
2014-01-20 Courtney Goeltzenl... mesa: Converty gl_viewport_attrib::X, ::Y, ::Width...
next