mesa: use gl_shader_variable in program resource list
[mesa.git] / src / mesa /
2016-01-12 Tapani Pällimesa: use gl_shader_variable in program resource list
2016-01-12 Erik Faye-Lundmain: get rid of needless conditional
2016-01-11 Ian Romanickmeta: Unconditionally set GL_SKIP_DECODE_EXT
2016-01-11 Ian Romanickmeta: Only bind the sampler in one place
2016-01-11 Ian Romanickmeta/decompress: Don't pollute the sampler object namespace
2016-01-11 Ian Romanickmeta/decompress: Save and restore the sampler using...
2016-01-11 Ian Romanickmeta/decompress: Track sampler using gl_sampler_object...
2016-01-11 Ian Romanickmeta/decompress: Use internal functions for sampler...
2016-01-11 Ian Romanickmeta/generate_mipmap: Don't pollute the sampler object...
2016-01-11 Ian Romanickmeta/generate_mipmap: Save and restore the sampler...
2016-01-11 Ian Romanickmeta/generate_mipmap: Track sampler using gl_sampler_ob...
2016-01-11 Ian Romanickmeta/generate_mipmap: Use internal functions for sample...
2016-01-11 Ian Romanickmeta/blit: Don't pollute the sampler object namespace...
2016-01-11 Ian Romanickmeta/blit: Save and restore the sampler using gl_sample...
2016-01-11 Ian Romanickmeta/blit: Use internal functions for sampler object...
2016-01-11 Ian Romanickmeta/blit: Group the SamplerParameteri calls with the...
2016-01-11 Ian Romanickmesa: Refator _mesa_BindSampler to make _mesa_bind_sampler
2016-01-11 Ian Romanickmesa: Add _mesa_set_sampler_srgb_decode method
2016-01-11 Ian Romanickmesa: Add _mesa_set_sampler_filters method
2016-01-11 Ian Romanickmesa: Add _mesa_set_sampler_wrap method
2016-01-11 Ian Romanickmesa: Mark Identity as const
2016-01-11 Kenneth Graunkei965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when...
2016-01-11 Mark JanesAdd missing platform information for KBL
2016-01-11 Dave Airliemesa/uniform_query: add IROUNDD and use for doubles...
2016-01-10 Rhys Kiddmesa: Update todo regarding StencilOp and StencilOpSepa...
2016-01-09 Nicolai Hähnlemesa: merge bind_atomic_buffers_{base|range}
2016-01-09 Nicolai Hähnlemesa: merge bind_shader_storage_buffers_{base|range}
2016-01-09 Nicolai Hähnlemesa: merge bind_uniform_buffers_{base|range}
2016-01-09 Nicolai Hähnlemesa: merge bind_xfb_buffers_{base|range}
2016-01-08 Kristian Høgsberg... glsl: Move _mesa_shader_stage_to_string/abbrev to shade...
2016-01-08 Kristian Høgsberg... i965: Move GLSL lowering passes out of libi965_compiler.la
2016-01-08 Jordan Justenmesa: Use separate indices for UBO & SSBO during binding
2016-01-08 Jordan Justenmesa: Map program UBOs and SSBOs to Interface Blocks
2016-01-08 Jose Fonsecamesa/main: Avoid `void function returning a value`...
2016-01-08 Marek Olšákst/mesa: add support for POSITION and FACE system values
2016-01-08 Marek Olšákprogram: add a helper for rewriting FP position input...
2016-01-08 Marek Olšákglsl: optionally declare gl_FragCoord & gl_FrontFacing...
2016-01-08 Marek Olšáktgsi/ureg: remove index parameter from ureg_DECL_system...
2016-01-08 Marek Olšákst/mesa: remove dead code from mesa_to_tgsi
2016-01-08 Nicolai Hähnlemesa: check that internalformat of CopyTexImage*D is...
2016-01-08 Jason Ekstrandi965/compiler: Enable more lowering in NIR
2016-01-07 Ilia Mirkinst/mesa: expose ARB_indirect_parameters when the backen...
2016-01-07 Ilia Mirkinmesa: add support for ARB_indirect_parameters draw...
2016-01-07 Ilia Mirkinmesa: add parameter buffer, used for ARB_indirect_param...
2016-01-07 Ilia Mirkinglapi: add ARB_indirect_parameters definitions
2016-01-07 Ilia Mirkinst/mesa: add support for new mesa indirect draw interface
2016-01-07 Ilia Mirkinvbo: create a new draw function interface for indirect...
2016-01-07 Nicolai Hähnlei965: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnlei915: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnleradeon: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnlest/mesa: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnlemesa/bufferobj: make _mesa_delete_buffer_object externa...
2016-01-06 Sarah Sharpmesa: Add KBL PCI IDs and platform information.
2016-01-06 Brian Paulst/mesa: minor clean-ups in st_atom.c
2016-01-06 Brian Paulst/mesa: replace bitmap size checks with assertion
2016-01-06 Brian Paulst/mesa: check texture target in allocate_full_mipmap()
2016-01-06 Brian Paulst/mesa: move mipmap allocation check logic into a...
2016-01-06 Brian Paulmain: s/GLuint/GLbitfield for state bitmasks
2016-01-06 Brian Paulvbo: s/GLuint/GLbitfield/ for state bitmasks
2016-01-06 Brian Paulst/mesa: use GLbitfield in st_state_flags, add comments
2016-01-06 Brian Pauls/GLuint/GLbitfield/ for st_invalidate_state() parameter
2016-01-06 Brian Paulst/mesa: be more careful about state validation in...
2016-01-06 Brian Paulst/mesa: move bitmap cache flushing out of state validation
2016-01-06 Brian Paulst/mesa: check state->mesa in early return check in...
2016-01-06 Brian Paulst/mesa: protect debug printf() with a conditional...
2016-01-06 Brian Paulst/mesa: fix comment indentation in st_flush_bitmap_cache()
2016-01-06 Kenneth Graunkenir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
2016-01-06 Kenneth Graunkei965: Only turn on ARB_compute_shader if we can write...
2016-01-06 Kenneth Graunkei965: Use rcp in brw_lower_texture_gradients rather...
2016-01-06 Timothy Arcerimesa: fix GL_MAX_NAME_LENGTH query for tessellation...
2016-01-05 Anuj Phogati965/gen9: Modify the conditions to use blitter on...
2016-01-05 Anuj Phogati965/gen9: Return false in place of assert in intelEmit...
2016-01-05 Anuj Phogati965/gen9: Remove regions overlap check in fast copy...
2016-01-05 Anuj Phogati965/gen9: Don't use fast copy blit in case of non...
2016-01-05 Ian Romanicki915/i965: Fix typo in perf_debug message
2016-01-05 Brian Paulst/mesa: minor indentation fixes
2016-01-05 Brian Paulmesa: minor clean-up of some memcpy/sizeof() calls...
2016-01-05 Brian Paulmesa: check for z=0 in _mesa_Vertex3dv()
2016-01-05 Ilia Mirkini965: quieten compiler warning about out-of-bounds...
2016-01-05 Ilia Mirkini965/wm: use binding size for ubo/ssbo when automatic...
2016-01-05 Ilia MirkinRevert "i965/wm: use proper API buffer size for the...
2016-01-04 Nicolai Hähnlest/mesa: make KHR_debug output independent of context...
2016-01-04 Samuel Iglesias... i965/wm: use proper API buffer size for the surfaces.
2016-01-03 Ilia Mirkinst/mesa: use PK2H/UP2H when supported
2016-01-03 Samuel Pitoisetst/mesa: fix parameter names for tesseval/tessctrl...
2016-01-03 Ilia Mirkinnouveau: fix double-const qualifier
2016-01-03 Rob Clarknir: extract out helper macros for running passes
2016-01-03 Kenneth Graunkei965: Make TCS precompile use the TES primitive mode...
2016-01-03 Kenneth Graunkei965: Push most TES inputs in SIMD8 mode.
2016-01-03 Kenneth Graunkei965: Use LOAD_PAYLOAD for SIMD8 TES input loads, not...
2016-01-03 Kenneth Graunkei965: Move 3-src subnr swizzle handling into the vec4...
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2016-01-02 Marek Olšákst/mesa: fix GLSL uniform updates for glBitmap & glDraw...
2016-01-02 Marek Olšákprogram: add _mesa_reserve_parameter_storage
2016-01-02 Jordan Justenmesa: Fix warning with MESA_VERBOSE=api for BindBufferRange
2016-01-02 Ilia Mirkinst/mesa: sort extensions enablement array
2016-01-01 Jordan Justenmesa: Add MESA_VERBOSE=api for GL_ARB_program_interface...
next