mesa.git
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...
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 Graunkebuild: Require libdrm 2.4.52 for Intel.
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 Ian Romanickdocs: Note that GL_ARB_viewport_array is done on i965
2014-01-20 Courtney Goeltzenleu... 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 Goeltzenleu... mesa: Add ARB_viewport_array plumbing
2014-01-20 Courtney Goeltzenleu... 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 Goeltzenleu... mesa: Add new viewport and depth-range entry points...
2014-01-20 Courtney Goeltzenleu... mesa: Add new scissor entry points for GL_ARB_viewport_...
2014-01-20 Courtney Goeltzenleu... mesa: Add custom get function for SCISSOR_TEST to _mesa...
2014-01-20 Courtney Goeltzenleu... 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 Goeltzenleu... mesa: Convert gl_context::Viewport to gl_context::Viewp...
2014-01-20 Courtney Goeltzenleu... mesa: Converty gl_viewport_attrib::X, ::Y, ::Width...
2014-01-20 Courtney Goeltzenleu... mesa: Convert gl_viewport_attrib::Near and ::Far to...
2014-01-20 Courtney Goeltzenleu... mesa: Allow glGet of values that are 2 doubles
2014-01-20 Ian Romanickmesa: Move parameter validation from _mesa_set_viewport...
2014-01-20 Courtney Goeltzenleu... mesa: Update gl_scissor_attrib to support ARB_viewport_...
2014-01-20 Ian Romanickmesa: Add new constants related to GL_ARB_viewport_array
2014-01-20 Courtney Goeltzenleu... mesa: Add extension tracking bit for ARB_viewport_array
2014-01-20 Brian Pauldraw: use some cast wrappers in draw_pt_fetch_shade_pip...
2014-01-20 Brian Pauldraw: whitespace and formatting fixes in draw_pt_fetch_...
2014-01-20 Brian Pauldraw: fix incorrect vertex size computation in LLVM...
2014-01-20 Brian Pauldocs: note reduced display list memory usage in 10...
2014-01-20 Roland Scheideggerdraw: clean up d3d style point clipping
2014-01-20 Brian Paulswrast: check for null/-1 when mapping renderbuffers
2014-01-20 Brian Paulsoftpipe: fix crash when accessing null colorbuffer
2014-01-20 Brian Paulst/vdpau: s/surface/resource/ to fix compiler warning
2014-01-20 José Fonsecai915,r200,radeon,vega: Change vendor from "VMware,...
next