mesa: Drop _mesa_getenv() wrapper.
[mesa.git] / src / mesa /
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-09-24 Matt Turnermesa: Drop _mesa_bsearch() wrapper.
2014-09-24 Matt Turnermesa: Unifdef _WIN32_WCE.
2014-09-24 Matt Turnermesa: Unifdef _XBOX.
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2014-09-24 Matt Turnermesa: Remove duplicate _mesa_{init,free}_shader_state...
2014-09-24 Matt Turneri965: Add and use functions to get next/prev blocks.
2014-09-24 Matt Turneri965: Call insert and remove functions from exec_node...
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-24 Matt Turneri965/cfg: Add note about double-loop macros and break...
2014-09-24 Matt Turneri965: Replace initialization loops with memset().
2014-09-24 Matt Turneri965/vec4: Don't iterate between blocks with inst-...
2014-09-24 Matt Turneri965/fs: Don't iterate between blocks with inst->next...
2014-09-24 Matt Turneri965/cfg: Add macros to iterate through a block given...
2014-09-24 Matt Turneri965/fs: Make count_to_loop_end() use basic blocks.
2014-09-24 Matt Turneri965/vec4: Don't use instruction list after calculating...
2014-09-24 Matt Turneri965/fs: Don't use instruction list after calculating...
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-09-24 Matt Turneri965: Preserve the CFG in instruction scheduling.
2014-09-24 Matt Turneri965/vec4: Preserve CFG in spill_reg().
2014-09-24 Matt Turneri965/vec4: Preserve the CFG in a few more places.
2014-09-24 Matt Turneri965/fs: Preserve the CFG in a few more places.
2014-09-24 Kristian Høgsbergi965: Restructure debug flags
2014-09-24 Marek Olšákst/mesa: redefine mapping from VARYING_SLOT_TEXi/PNTC...
2014-09-24 Marek Olšákst/mesa: don't set coord_enable for gl_PointCoord if...
2014-09-24 Marek Olšákst/mesa: use UniformBooleanTrue in glsl_to_tgsi
2014-09-24 Marek Olšákst/mesa: drop dependence on API profile in st_init_exte...
2014-09-24 Marek Olšákmesa: allow forcing >=3.1 compatibility contexts with...
2014-09-24 Marek Olšákmesa: don't set ES versions to GLSLVersion in _mesa_ini...
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...
next