util: Tiny optimisation for the linear→srgb conversion
[mesa.git] / src /
2015-11-27 Neil Robertsutil: Tiny optimisation for the linear→srgb conversion
2015-11-26 Timothy Arceriglsl: don't generate extra errors in ValidateProgramPip...
2015-11-26 Rob Clarkfreedreno/ir3: assign varying locations later
2015-11-26 Rob Clarkfreedreno/ir3: use instr flag to mark unused instructions
2015-11-26 Rob Clarkfreedreno/a4xx: rework vinterp/vpsrepl
2015-11-26 Rob Clarkfreedreno/a3xx: rework vinterp/vpsrepl
2015-11-26 Serge Martinclover: fix tgsi compiler crash with invalid src
2015-11-26 Francisco Jerezi965/gen9+: Switch thread scratch space to non-coherent...
2015-11-26 Francisco Jerezi965/fs: Don't use Gen7-style scratch block reads on...
2015-11-26 Francisco Jerezi965: Add symbolic defines for some magic dataport...
2015-11-26 Nicolai Hähnleradeon: use PIPE_DRIVER_QUERY_FLAG_DONT_LIST for perfco...
2015-11-26 Nicolai Hähnlegallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LIST
2015-11-26 Nicolai Hähnleradeon: delay the generation of driver query names...
2015-11-26 Julien Isorcest/va: add missing profiles in PipeToProfile's switch.
2015-11-26 Marta Lofstedtmesa: remove ARB_geometry_shader4
2015-11-26 Tapani Pällimesa: error out in indirect draw when vertex bindings...
2015-11-26 Michel Dänzertargets/xvmc: use the non-inline sw helpers
2015-11-25 Emil Velikovtargets/nine: remove freedreno target
2015-11-25 Emil Velikovtargets/nine: remove vc4 target
2015-11-25 Emil Velikovgallium: remove unused function declarations
2015-11-25 Emil Velikovtargets: use the non-inline sw helpers
2015-11-25 Emil Velikovtarget-hepers: add non inline sw helpers
2015-11-25 Emil Velikovpipe-loader: fix off-by one error
2015-11-25 Emil Velikovnir: include what we want/need
2015-11-25 Kenneth Graunkei965: Fix scalar vertex shader struct outputs.
2015-11-25 Kenneth Graunkei965: Fix fragment shader struct inputs.
2015-11-25 Tom Stellardradeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC...
2015-11-25 Tom Stellardradeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader...
2015-11-25 Nicolai Hähnleradeonsi: implement AMD_performance_monitor for CIK+
2015-11-25 Nicolai Hähnleradeon: scale query buffer size to result size
2015-11-25 Nicolai Hähnleradeonsi/sid: add performance counter registers
2015-11-25 Nicolai Hähnleradeonsi/sid: add hardware constants for COPY_DATA...
2015-11-25 Nicolai Hähnleradeon: extend CIK_UCONFIG_REG_END for performance...
2015-11-25 Nicolai Hähnleradeon: add perfcounter-related EVENT_TYPEs
2015-11-25 Nicolai Hähnleradeon: additional constants for WAIT_REG_MEM and EVENT...
2015-11-25 Nicolai Hähnlest/mesa: remove outdated comment
2015-11-25 Nicolai Hähnlest/mesa: delay initialization of performance counters
2015-11-25 Nicolai Hähnlemesa/main: allow delayed initialization of performance...
2015-11-25 Tapani Pälliglsl: handle case where index is array deref in optimiz...
2015-11-25 Julien Isorcenouveau: move interlaced assert down in nouveau_vp3_vid...
2015-11-25 Iago Toral Quirogai965: remove trailing spaces in various files
2015-11-25 Iago Toral Quirogaglsl: remove trailing spaces in various files
2015-11-25 Matt Turneri965: Pass brw_context pointer, not gl_context pointer.
2015-11-24 Timothy Arceriglsl: only call dead code pass when new inputs/outputs...
2015-11-24 Timothy Arceriglsl: move and reused code to find first and last shaders
2015-11-24 Matt Turnermesa: Use unreachable() instead of a default case.
2015-11-24 Ian Romanickmeta: Don't save or restore the active client texture
2015-11-24 Ian Romanickmeta: Don't save or restore the VBO binding
2015-11-24 Ian Romanickmeta/TexSubImage: Don't pollute the buffer object namespace
2015-11-24 Ian Romanickmeta: Don't pollute the buffer object namespace in...
2015-11-24 Ian Romanickmeta: Use internal functions for buffer object and...
2015-11-24 Ian Romanickmeta: Track VBO using gl_buffer_object instead of GL...
2015-11-24 Ian Romanickmeta: Partially convert _mesa_meta_DrawTex to DSA
2015-11-24 Ian Romanickmeta: Don't pollute the buffer object namespace in...
2015-11-24 Ian Romanickmeta: Use internal functions for buffer object and...
2015-11-24 Ian Romanickmeta: Use DSA functions for VBOs in _mesa_meta_setup_ve...
2015-11-24 Ian Romanickmeta: Track VBO using gl_buffer_object instead of GL...
2015-11-24 Ian Romanickmeta: Don't leave the VBO bound after _mesa_meta_setup_...
2015-11-24 Ian Romanicki965: Use _mesa_NamedBufferSubData for users of _mesa_m...
2015-11-24 Ian Romanickmeta: Use _mesa_NamedBufferData and _mesa_NamedBufferSu...
2015-11-24 Ian Romanickmeta: Use DSA functions for PBO in create_texture_for_pbo
2015-11-24 Ian Romanicki965: Don't pollute the buffer object namespace in...
2015-11-24 Ian Romanicki965: Use internal functions for buffer object access
2015-11-24 Ian Romanicki965: Use DSA functions for VBOs in brw_meta_fast_clear
2015-11-24 Ian Romanicki965: Pass brw_context instead of gl_context to brw_dra...
2015-11-24 Ian Romanickmesa: Refactor enable_vertex_array_attrib to make _mesa...
2015-11-24 Ian Romanickmesa: Refactor update_array_format to make _mesa_update...
2015-11-24 Ian Romanickmesa: Make bind_vertex_buffer avilable outside varray.c
2015-11-24 Kenneth GraunkeRevert "i965: Combine assembly annotations if possible."
2015-11-24 Matt Turnerglsl: Pass ast_type_qualifier by const reference.
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Move brw_new_shader and brw_link_shader prototype...
2015-11-24 Matt Turneri965: Compile brw_cs_fill_local_id_payload() as C.
2015-11-24 Matt Turneri965: Move MRF macros from brw_inst.h to brw_eu.h.
2015-11-24 Matt Turneri965: Drop #include of main/glheader.h.
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-11-24 Matt Turneri965: Mark functions called from C as extern "C".
2015-11-24 Matt Turneri965: Push down inclusion of vbo/vbo.h.
2015-11-24 Matt Turneri965: Remove duplicate #includes.
2015-11-24 Matt Turneri965: Remove unneeded forward declarations.
2015-11-24 Matt Turneri965: Mark count_trailing_one_bits() static.
2015-11-24 Matt Turneri965: Remove useless gen6_blorp.h/gen7_blorp.h headers.
2015-11-24 Matt Turnerutil: Include assert.h in macros.h.
2015-11-24 Matt Turnerutil: Include <stdbool.h> in debug.h.
2015-11-24 Matt Turneri965: Prevent implicit upcasts to brw_reg.
2015-11-24 Matt Turneri965: Use scope operator to ensure brw_reg is interpret...
2015-11-24 Matt Turneri965: Use implicit backend_reg copy-constructor.
2015-11-24 Matt Turneri965: Add and use backend_reg::equals().
2015-11-24 Roland Scheideggersoftpipe/llvmpipe: don't advertize support for ASTC
2015-11-24 Roland Scheideggerllvmpipe: don't test for unsupported formats in lp_test...
2015-11-24 Rob Clarkutil: move brw_env_var_as_boolean() to util
2015-11-24 Christian Königst/va: fix indentation
2015-11-24 Christian Königst/va: move MPEG4 functions into separate file
2015-11-24 Christian Königst/va: move VC-1 functions into separate file
2015-11-24 Christian Königst/va: move H264 functions into separate file
2015-11-24 Christian Königst/va: move MPEG12 functions into separate file
2015-11-24 Christian Königst/va: move post processing function into own file
2015-11-24 Christian Königst/va: fix post process dirty area handling
2015-11-24 Timothy Arceriglsl: implement recent spec update to SSO validation
2015-11-24 Timothy ArceriRevert "mesa: return initial value for VALIDATE_STATUS...
next