mesa.git
2014-11-14 Rob Clarkfreedreno: fix borked check for a320.0
2014-11-14 Rob Clarkfreedreno/ir3: half vs full reg in standalone compiler...
2014-11-14 José Fonsecast/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CO...
2014-11-14 Marek Olšákegl: remove egl_gallium from the loader
2014-11-14 Marek Olšákconfigure.ac: remove enable flags for EGL and GBM Galli...
2014-11-14 Kenneth Graunkei965/vec4: Combine all the math emitters.
2014-11-14 Kenneth Graunkei965/vec4: Use const references in emit() functions.
2014-11-14 Kenneth Graunkei965: Use macros to create prototypes for emitter helpers.
2014-11-13 Ben Widawskyi965: Always enable VF statistics
2014-11-13 Ville Syrjäläi915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_S...
2014-11-13 Ville Syrjäläi915: Don't call _mesa_meta_glsl_Clear() on gen2
2014-11-13 Ville Syrjäläi915: Protect macro argument for TEXTURE_SET()
2014-11-13 Ville Syrjäläi915: Kill intel_context::hw_stencil
2014-11-13 Ville Syrjäläi915: Accept GL_DEPTH_STENCIL GL_DEPTH_COMPONENT format...
2014-11-13 Ville Syrjäläi915: Override mip filter to nearest with aniso
2014-11-13 Ville Syrjäläi915: Use L8A8 instead of I8 to simulate A8 on gen2
2014-11-13 Ville Syrjäläi915: Fix GL_DOT3_RGBA a bit
2014-11-13 Neil Robertslinker: Add a missing space in an error message
2014-11-13 José Fonsecallvmpipe: Call pipe_thread_wait() on Linux.
2014-11-13 Kenneth Graunkei915g: we also have more than 0 viewports!
2014-11-13 Eric Anholtvc4: Avoid reusing a pointer from c->outputs[] after...
2014-11-13 Eric Anholtvc4: Fix assumption of TGSI OUT[0] being POSITION in...
2014-11-12 Ilia Mirkinnvc0: remove unused mm_VRAM_fe0
2014-11-12 José Fonsecast/glx: Implement GLX_EXT_create_context_es2_profile.
2014-11-12 Tom StellardRevert "clover: Fix build after llvm r221375"
2014-11-12 José Fonsecagallivm: Fix build with LLVM 3.6 (r221751).
2014-11-11 Matt Turneri965/cfg: Remove if_block/else_block.
2014-11-11 Matt Turneri965/fs: Don't use if_block/else_block in SEL peephole.
2014-11-11 Chia-I Wuilo: clean up gen6_3DSTATE_SF()
2014-11-11 Chia-I Wuilo: clean up gen7_3DSTATE_STREAMOUT()
2014-11-11 Chia-I Wuilo: rework gen7_3DSTATE_SO_DECL_LIST()
2014-11-11 Chia-I Wuilo: add 3DSTATE_SO_BUFFER variants
2014-11-11 Chia-I Wuilo: add gen6_3dstate_constant()
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_{HS,DS}
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_GS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_VS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_PS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_WM
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_CLIP
2014-11-11 Chia-I Wuilo: prefix 3DSTATE_VF with gen75
2014-11-10 Michael Vargast/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()
2014-11-10 Michael Vargast/va: MPEG4 generate GOV and VOP header
2014-11-10 Michael Vargast/va: MPEG4 populate the SPS structure
2014-11-10 Michael Vargast/va: MPEG4 populate the iq matrix buffers
2014-11-10 Michael Vargast/va: MPEG4 populate the PPS structure
2014-11-10 Michael Vargast/va: refactored handleVASliceDataBufferType
2014-11-10 Ian Romanickmesa: Remove _mesa_max_buffer_index
2014-11-10 Ian Romanickmesa: Uniform logging is very, very unlikely
2014-11-10 Ian Romanickglsl: Swap the order of glsl_type::name and ::length
2014-11-10 Ian Romanickglsl: Store glsl_type::vector_elements and ::matrix_col...
2014-11-10 Ian Romanickmesa: Don't check for API_OPENGLES in _mesa_uniform_matrix
2014-11-10 Ian Romanickmesa: Rework array error checks in validate_uniform_par...
2014-11-10 Ian Romanickmesa: Get some gl_shader_program::LinkStatus checking...
2014-11-10 Ian Romanickmesa: Rework location == -1 error checking
2014-11-10 Ian Romanickmesa: Minor clean ups in _mesa_uniform
2014-11-10 Ian Romanickmesa: Remove GLSL_TYPE_SAMPLER check
2014-11-10 Ian Romanickmesa/main: Pass the data that _mesa_uniform actually...
2014-11-10 Chia-I Wuilo: derive fb blending caps at bind time
2014-11-10 Chia-I Wuilo: remove inlined state functions
2014-11-10 Chia-I Wuilo: use top/bottom split for state functions
2014-11-09 Kenneth Graunkei965: Advertise a line width of 40.0 on Cherryview...
2014-11-09 Kenneth Graunkei965: Advertise larger line widths.
2014-11-09 Kenneth Graunkei965: Use ctx->Const.MaxLineWidth when clamping ctx...
2014-11-09 Kenneth Graunkei965: Set Line Width correctly on Cherryview and Skylake.
2014-11-08 Emil Velikovdocs: add news item and link release notes for mesa...
2014-11-08 Emil Velikovdocs: Add sha256 sums for the 10.3.3 release
2014-11-08 Emil VelikovAdd release notes for the 10.3.3 release
2014-11-08 José Fonsecautil/format: Fix clamping to 32bit integers.
2014-11-08 José Fonsecautil/format: Generate floating point constants for...
2014-11-08 Vinson Leeglsl/list: Revert unintentional file mode change in...
2014-11-07 Vinson Leeglsl/list: Move declaration before code.
2014-11-07 Jason Ekstrandglsl/list: Add an exec_list_validate function
2014-11-07 José Fonsecallvmpipe: Avoid deadlock when unloading opengl32.dll
2014-11-07 José Fonsecadocs: Update minimum required LLVM version.
2014-11-07 Emil Velikovi965: drop the custom gen8_instruction CFLAG
2014-11-07 Emil Velikovgbm/dri: cleanup memory leak on teardown
2014-11-07 Emil Velikovegl_dri2: add a note about dri2_create_screen
2014-11-07 Emil Velikovegl_dri2: fix double free on drm platforms
2014-11-07 Chia-I Wuilo: tidy up message descriptor decoding
2014-11-07 Chia-I Wuilo: decode INTERFACE_DESCRIPTOR_DATA
2014-11-07 Matt Turneri965/fs: Wire up control flow correctly in predicated...
2014-11-07 Matt Turneri965/cfg: Add functions to get first and last non-CF...
2014-11-07 Kenneth Graunkeglsl: Skip loop-too-large heuristic if indexing arrays...
2014-11-07 Kenneth Graunkeglsl: Lower constant arrays to uniform arrays.
2014-11-07 Kenneth Graunkeglsl: Add infrastructure for "hidden" uniforms.
2014-11-06 Timothy Arcerimesa: Add SSE 4.1 optimisation for glDrawElements.
2014-11-06 Matt Turneri965: Remove non-existent vertical strides from array.
2014-11-06 Matt Turneri965: Convert stride/width/execution size macros into...
2014-11-06 Matt Turneri965/fs: Remove force uncompressed stack.
2014-11-06 Matt Turneri965/fs: Use execution size of 1 for some shader_time...
2014-11-06 Matt Turneri965/fs: Use mov(4) instructions to read timestamp.
2014-11-06 Jan Veselyclover: Fix build after llvm r221375
2014-11-06 Emil Velikovegl_dri2: do not leak dri2_dpy->driver_configs
2014-11-06 Emil Velikovilo: add two missing headers to the sources list
2014-11-06 Alexandros... Releasing a surfaceless EGL context doesn't release...
2014-11-06 Chia-I Wuilo: let ilo_shader_compile_cs() return a dummy shader
2014-11-06 Chia-I Wuilo: hook up launch_grid()
2014-11-06 Chia-I Wuilo: add ilo_render_emit_launch_grid()
2014-11-06 Chia-I Wuilo: improve media command helpers
2014-11-06 Chia-I Wuilo: disassemble DP DC messages
next