targets/pipe-loader: drop unused authentication
[mesa.git] / src / mesa /
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-23 Juha-Pekka Heikkilameta: Fix error paths in meta_copy_image.c
2014-09-23 Juha-Pekka Heikkilameta: Avoid null access on setup_glsl_msaa_blit_shader()
2014-09-23 Juha-Pekka Heikkilai965: Add extra null check in intel_bufferobj_alloc()
2014-09-23 Juha-Pekka Heikkilamesa/main: Check allocations success in _mesa_one_time_...
2014-09-23 Juha-Pekka Heikkilai965: Avoid null access in intelMakeCurrent()
2014-09-23 Juha-Pekka Heikkilamesa: add null checks in symbol_table.c
2014-09-23 Juha-Pekka Heikkilai965: in set_read_rb_tex_image() check _mesa_meta_bind_...
2014-09-22 Andreas Pokornyi915: Fix black buffers when importing prime fds
2014-09-22 Jordan Justeni965/fs: Remove direct fs_visitor brw_wm_prog_key depen...
2014-09-22 Jordan Justeni965/fs: Use brw_sampler_prog_key_data instead of brw_w...
2014-09-22 Jordan Justeni965/fs: Remove direct fs_visitor brw_wm_prog_data...
2014-09-20 Chris Forbesi965/gen6: Enable GL 3.3 and GLSL 3.30
2014-09-19 Samuel Iglesias... i965/gen6: enable GLSL 1.50, OpenGL 3.2 and GL_AMD_vert...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Use a specific implementation of geometry...
2014-09-19 Iago Toral Quirogai965/gen6/gs: upload ubo and pull constants surfaces.
2014-09-19 Samuel Iglesias... i965/gen6/gs: Enable transform feedback support in...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Fix binding table clash between TF surfac...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Avoid buffering transform feedback varyin...
2014-09-19 Samuel Iglesias... i965/gen6/gs: Buffer PSIZ/flags vertex data in gen6_gs_...
2014-09-19 Samuel Iglesias... i965/gen6/gs: Setup SOL surfaces for user-provided...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement transform feedback support...
2014-09-19 Samuel Iglesias... i965/gen6/gs: Add an additional parameter to the FF_SYN...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement GS_OPCODE_FF_SYNC_SET_PRIMITIVE...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement GS_OPCODE_SVB_SET_DST_INDEX...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement GS_OPCODE_SVB_WRITE opcode
2014-09-19 Iago Toral Quirogai965/gen6/gs: Enable texture units and upload sampler...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Assign geometry shader VUE map properly.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement support for gl_PrimitiveIdIn.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_SET_PRIMITIVE_ID.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Handle the case where a geometry shader...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Make sure we complete the last primitive.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement geometry shaders for outputs...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Add initial implementation for a gen6...
2014-09-19 Iago Toral Quirogai965: Generalize emit_urb_slot() to emit to any dst_reg.
2014-09-19 Iago Toral Quirogai965: Provide means to create registers of a given...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Upload binding table for user-provided...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Enable URB space for user-provided geomet...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Compute URB entry size for user-provided...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Add instruction URB flags to geometry...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_FF_SYNC.
2014-09-19 Samuel Iglesias... i965/gs: Reuse gen6 constant push buffers setup code...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Setup constant push buffers for gen6...
2014-09-19 Samuel Iglesias... i965/gen6/gs: Set brw->gs.enabled to FALSE in gen6_blor...
2014-09-19 Samuel Iglesias... i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs...
2014-09-19 Samuel Iglesias... i965/gen6/gs: Skeleton for user GS program support
2014-09-19 Iago Toral Quirogai965/gs: Use single dispatch mode as fallback to dual...
2014-09-19 Kenneth Graunkemesa: Delete VAO _MaxElement code and index buffer...
2014-09-18 Brian Paulmesa: fix prog_optimize.c assertions triggered by SWZ...
2014-09-17 Richard Sandifordst/mesa: Fix handling of 8888 SNORM and SRGB formats...
2014-09-17 Richard Sandifordst/mesa: Fix handling of LA and RG formats for big...
2014-09-17 Richard Sandifordmesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8...
2014-09-17 Richard Sandifordmesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}
2014-09-17 Dave Airliemesa: fix SRGB alpha channel value in pack_float_R8G8B8...
2014-09-17 Richard Sandifordswrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big...
2014-09-17 Richard Sandifordmesa: Tweak unpack name for MESA_FORMAT_R8G8B8X8_SNORM
2014-09-17 Richard Sandifordmesa: Fix alpha component in unpack_R8G8B8X8_SRGB.
2014-09-17 Dave Airlieutil: move shared rgtc code to util (v2)
2014-09-16 Chris Forbesi965/vec4: slightly improve insn dumping with no srcs
2014-09-16 Gwenole Beauchesnei965: add support for RGBA dma_buf imports.
2014-09-16 Kenneth Graunkei965: Mark delta_x/y as BAD_FILE if remapped away compl...
2014-09-16 Dave Airliest_glsl_to_tgsi: init have_sqrt field.
2014-09-15 Brian Paulmesa: move i, j var decls into SWIZZLE_CONVERT_LOOP...
2014-09-15 Brian Paulmesa: break up _mesa_swizzle_and_convert() to reduce...
2014-09-15 Tapani Pällimesa: check that uniform exists in glUniform* functions
2014-09-13 Ilia Mirkinnouveau: check for mesa context init failure
2014-09-13 Ilia Mirkinnouveau: avoid leaking screen on initialization fail
2014-09-13 Ilia Mirkinnouveau: change internal variables to avoid conflicts...
2014-09-12 Kenneth Graunkei965/vec4: Make type_size() return 0 for samplers.
2014-09-12 Kenneth Graunkei965: Skip allocating UNIFORM file storage for uniforms...
2014-09-12 Kenneth Graunkei965: Separate gl_InstanceID and gl_VertexID uploading.
2014-09-12 Kenneth Graunkei965: Fix reference counting in new basevertex upload...
2014-09-12 Brian Paulmesa: fix _mesa_free_pipeline_data() use-after-free bug
2014-09-12 Connor Abbottra: assert against unsigned underflow in q_total
2014-09-12 Connor Abbottra: note a restriction in the interfence graph API
2014-09-12 Ilia Mirkinmesa/st: add ARB_texture_view support
2014-09-12 Ilia Mirkinnouveau: only enable stencil func if the visual has...
2014-09-12 Ilia Mirkinnouveau: only enable the depth test if there actually...
2014-09-11 Ian Romanicki965/vec4: Only examine virtual_grf_end for GRF sources
2014-09-11 Brian Paulst/mesa: handle failed context creation for core profile
2014-09-11 Iago Toral Quirogai965: Implement GL_PRIMITIVES_GENERATED with non-zero...
2014-09-10 Brian Paulmesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
2014-09-10 Brian Paulmesa: trim down some #includes
2014-09-10 Kenneth Graunkei965: Disable guardband clipping in the smaller-than...
2014-09-10 Ian Romanicki965: Request lowering gl_VertexID
2014-09-10 Kenneth Graunkei965: Expose gl_BaseVertex via a vertex attribute.
2014-09-10 Kenneth Graunkei965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission...
2014-09-10 Kenneth Graunkei965: Make gl_BaseVertex available in a buffer object.
2014-09-10 Kenneth Graunkei965: Calculate start/base_vertex_location after prepar...
2014-09-10 Ian Romanicki965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
2014-09-10 Kenneth Graunkemesa: Fix glGetActiveAttribute for gl_VertexID when...
2014-09-10 Kenneth Graunkemesa: Replace string comparisons with SYSTEM_VALUE...
2014-09-10 Ian Romanickglsl: Add a lowering pass for gl_VertexID
2014-09-10 Ian Romanickmesa: Add SYSTEM_VALUE_BASE_VERTEX
2014-09-10 Ian Romanickmesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
2014-09-10 Ian Romanickmesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_...
2014-09-09 Kenneth Graunkeir_to_mesa: Stop converting uniform booleans.
2014-09-09 Stefan Dirschxmlconfig: suppress libGL warnings when LIBGL_DEBUG...
next