main: Allow compute shaders to be compiled with OpenGLES 3.1
[mesa.git] / src / mesa /
2015-12-17 Jordan Justenmain: Allow compute shaders to be compiled with OpenGLE...
2015-12-17 Jordan Justenmain: Add MESA_VERBOSE=api for LinkProgram & UseProgram
2015-12-17 Matt Turnerir_to_mesa: Skip useless comparison instructions.
2015-12-17 Brian Paulosmesa: add new OSMesaCreateContextAttribs function
2015-12-16 Neil RobertsRevert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB...
2015-12-16 Neil Robertsi965: Fix crash when calling glViewport with no surface...
2015-12-16 Neil Robertsmesa/blit: Don't require the same format for mulitisamp...
2015-12-15 Nicolai Hähnlemesa/main: use BITSET_FOREACH_SET in perf_monitor_resul...
2015-12-15 Chris Forbesi965: Allocate URB space for HS and DS stages when...
2015-12-14 Kenneth Graunkei965: Use DIV_ROUND_UP() in gen7_urb.c code.
2015-12-14 Kenneth Graunkei965: Make TES inputs match TCS outputs.
2015-12-14 Kenneth Graunkei965: Force VS -> TCS varyings to use the SSO VUE map...
2015-12-14 Kenneth Graunkei965: Handle TCS outputs and TES inputs.
2015-12-14 Kenneth Graunkei965: Handle TCS inputs and TES outputs.
2015-12-14 Kenneth Graunkei965: Add tessellation shader VUE map code.
2015-12-14 Kenneth Graunkei965: Fix partial variable access for geometry shaders...
2015-12-14 Kenneth Graunkei965: Separate base offset/constant offset combining...
2015-12-14 Ian Romanickmeta/generate_mipmap: Work-around GLES 1.x problem...
2015-12-14 Tapani Pällimeta: clear_state structure cleanup
2015-12-13 Neil Robertsi965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals
2015-12-13 Neil Robertsi965: Add B8G8R8X8_SRGB to the alpha format override
2015-12-13 Neil Robertsi965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_m...
2015-12-11 Brian Paulst/mesa: trivial indentation fix
2015-12-11 Jason Ekstrandi965/fs: Use the correct source for local memory load...
2015-12-11 Kenneth Graunkei965: Add Gen8+ tessellation control shader state ...
2015-12-11 Kenneth Graunkei965: Add Gen7+ tessellation engine state (3DSTATE_TE).
2015-12-11 Kenneth Graunkei965: Add Gen8+ tessellation evaluation shader state...
2015-12-11 Kenneth Graunkei965: Add tessellation shader push constant support.
2015-12-11 Kenneth Graunkei965: Add tessellation shader sampler support.
2015-12-11 Kenneth Graunkei965: Add tessellation shader surface support.
2015-12-11 Kenneth Graunkei965: Make fs_visitor::emit_urb_writes set EOT for...
2015-12-11 Kenneth Graunkei965: Don't hardcode g1 for URB handles in fs_visitor...
2015-12-11 Kenneth Graunkei965: Make brw_set_message_descriptor() non-static.
2015-12-11 Kristian Høgsberg... i965: Move brw_cs_fill_local_id_payload() to libi965_co...
2015-12-11 Neil Robertsi965/gen9: Don't do fast clears when GL_FRAMEBUFFER_SRG...
2015-12-11 Neil Robertsi965/gen9: Allow fast clears for non-MSRT SRGB buffers
2015-12-11 Neil Robertsi965/gen9: Resolve SRGB color buffers when GL_FRAMEBUFF...
2015-12-11 Neil Robertsi965/gen8+: Don't upload the MCS buffer for single...
2015-12-11 Neil Robertsi965/meta-fast-clear: Disable GL_FRAMEBUFFER_SRGB durin...
2015-12-11 Dave Airliemesa/shader: return correct attribute location for...
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-10 Jason Ekstrandi965/fs_nir: Refactor store_output, load_input, and...
2015-12-10 Neil Robertsblit: Don't take into account the Mesa format when...
2015-12-10 Neil Robertsi965: Check base format to determine whether to use...
2015-12-10 Neil Robertsi965/gen8: Allow rendering to B8G8R8X8
2015-12-10 Neil Robertsi965/gen9: Allow fast clear for MSRT formats matching...
2015-12-10 Neil Robertsi965/gen9/fast-clear: Handle linear→SRGB conversion
2015-12-10 Jordan Justeni965: Enable ARB_compute_shader extension on supported...
2015-12-10 Jordan Justeni965/nir: Implement shared variable atomic operations
2015-12-10 Jordan Justeni965: Lower shared variable references to intrinsic...
2015-12-10 Jordan Justeni965: Enable shared local memory for CS shared variables
2015-12-10 Jordan Justeni965/fs: Handle nir shared variable store intrinsic
2015-12-10 Jordan Justeni965/fs: Handle nir shared variable load intrinsic
2015-12-10 Jordan Justeni965: Disable vector splitting on shared variables
2015-12-10 Jordan Justenglsl: Add lowering pass for shared variable references
2015-12-10 Tapani Pällimesa: invalidate pipeline status after glUseProgramStages
2015-12-10 Dave Airliemesa/varray: set double arrays to non-normalised.
2015-12-09 Brian Paulmesa: fix ID usage for buffer warnings
2015-12-09 Andreas Bollmesa: Fix a typo in a comment
2015-12-09 Andreas Bollmeta: Fix a typo in a print message
2015-12-09 Andreas Bollmesa: Fix typos in print messages
2015-12-09 Brian Paulmesa: detect inefficient buffer use and report through...
2015-12-09 Francisco Jerezi965: Resolve color and flush for all active shader...
2015-12-09 Francisco Jerezi965: Document inconsistent units the URB size is repre...
2015-12-09 Francisco Jerezi965: Hook up L3 partitioning state atom.
2015-12-09 Francisco Jerezi965: Work around L3 state leaks during context switches.
2015-12-09 Francisco Jerezi965: Add debug flag to print out the new L3 state...
2015-12-09 Francisco Jerezi965: Implement L3 state atom.
2015-12-09 Francisco Jerezi965: Calculate appropriate L3 partition weights for...
2015-12-09 Francisco Jerezi965: Implement selection of the closest L3 configurati...
2015-12-09 Francisco Jerezi965: Define and use REG_MASK macro to make masked...
2015-12-09 Francisco Jerezi965/hsw: Enable L3 atomics.
2015-12-09 Francisco Jerezi965: Implement programming of the L3 configuration.
2015-12-09 Francisco Jerezi965: Import tables enumerating the set of validated...
2015-12-09 Francisco Jerezi965: Add slice count to the brw_device_info structure.
2015-12-09 Francisco Jerezi965/gen8: Don't add workaround bits to PIPE_CONTROL...
2015-12-09 Francisco Jerezi965: Define state flag to signal that the URB size...
2015-12-09 Francisco Jerezi965: Keep track of whether LRI is allowed in the conte...
2015-12-09 Francisco Jerezi965: Adjust gen check in can_do_pipelined_register_writes
2015-12-09 Francisco Jerezi965: Define symbolic constants for some useful L3...
2015-12-08 Matt Turnerglsl_to_tgsi: Skip useless comparison instructions.
2015-12-08 Jason Ekstrandi965: Make uniform offsets be in terms of bytes
2015-12-08 Jason Ekstrandi965/nir_uniforms: Replace comps_per_unit with an is_sc...
2015-12-08 Jason Ekstrandi965/nir: Remove unused indirect handling
2015-12-08 Jason Ekstrandi965/state: Get rid of dword_pitch arguments to buffer...
2015-12-08 Jason Ekstrandi965/vec4: Use a stride of 1 and byte offsets for UBOs
2015-12-08 Jason Ekstrandi965/fs: Use a stride of 1 and byte offsets for UBOs
2015-12-08 Jason Ekstrandi965/vec4: Use byte offsets for UBO pulls on Sandy...
2015-12-08 Ben Widawskyi965: Fix texture views of 2d array surfaces
2015-12-07 Kenneth Graunkei965: Add brw_device_info::min_ds_entries field.
2015-12-07 Chris Forbesi965: Add state bits for tess stages
2015-12-07 Chris Forbesi965: Add backend structures for tess stages
2015-12-07 Chris Forbesi965: Set core tessellation-related limits
2015-12-07 Kenneth Graunkei965: Request lowering of gl_TessLevel* from float...
2015-12-07 Kenneth Graunkei965: Create new files for HS/DS/TE state upload code.
2015-12-07 Alejandro Piñeiromesa: remove _mesa_tex_target_is_array
2015-12-07 Alejandro Piñeiroi965: use _mesa_is_array_texture instead of _mesa_tex_t...
2015-12-07 Abdiel Janulguei965: Add defines for gather push constants
2015-12-07 Timothy Arcerimesa: move GLES checks for SSO input/output validation
2015-12-07 Timothy Arcerimesa: move GL_INVALID_OPERATION error to rendering...
next