mesa.git
2012-07-11 Paul Berryi965/msaa: Set SURFACE_STATE properly when CMS MSAA...
2012-07-11 Paul Berryi965/msaa: Add CMS MSAA settings to brw_structs.h.
2012-07-11 Paul Berryi965/msaa: Allocate MCS buffer when CMS MSAA is in...
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-07-11 Paul Berryi965/msaa: Move {rt,tex}_interleaved into blorp program...
2012-07-11 Kristian Høgsbergmapi: Move GL_NV_draw_buffers extension to es_EXT.xml
2012-07-11 Kristian Høgsbergegl: Add EGL_WAYLAND_PLANE_WL attribute
2012-07-11 Kristian Høgsbergwayland-drm: Add protocol to create planar buffers
2012-07-11 Kristian Høgsbergwayland-drm: Pass struct wl_drm_buffer to the driver
2012-07-11 Kristian Høgsbergintel: Implement __DRIimage::createSubImage and bump...
2012-07-11 Kristian Høgsbergintel: Add offset field to miptree
2012-07-11 Kristian Høgsbergintel: Add support for new __DRIimage formats
2012-07-11 Kristian Høgsberg__DRIimage: version 5, add new formats and createSubImage
2012-07-11 Tom Stellardr600g/compute: Disable growing the memory pool
2012-07-11 Tom Stellardradeon/llvm: Use multiclasses for floating point loads
2012-07-11 Tom Stellardradeon/llvm: Don't set the IMM bit in SMRD instruction...
2012-07-11 Tom Stellardr600g/compute: Add more debugging output
2012-07-11 Eric Anholti965: Revert the VBOs-in-system-memory hack.
2012-07-11 Eric AnholtAdd emacs setup for the docs/devinfo.html comment wrapp...
2012-07-11 Ian Romanickglx/dri2: Add support for GLX_ARB_create_context_robustness
2012-07-11 Ian Romanickdri2: Hard-code the DRI2 version
2012-07-11 Ian Romanickglapi: Apply Xorg indent rules to all files generated...
2012-07-10 Kenneth Graunkedocs: Update GL3.txt.
2012-07-10 Chad Versacemesa: Remove unneeded extern qualifiers
2012-07-10 Vadim Girlinr600g: improve flushed depth texture handling v2
2012-07-10 Kenneth Graunkei965: Add hardware context support.
2012-07-10 Ian Romanickmesa/test: Update name of GL_TIME_ELAPSED
2012-07-10 Andreas Bolldocs/relnotes-8.0.4: fix html markup
2012-07-10 Marek Olšákgallium/docs: document interface changes for timestamp...
2012-07-10 Marek Olšákidentity: implement get_timestamp
2012-07-10 Marek Olšáknoop: implement get_timestamp
2012-07-10 Marek Olšáktrace: implement get_timestamp
2012-07-10 Marek Olšákgalahad: implement get_timestamp
2012-07-10 Marek Olšákdocs: update relnotes-8.1 and GL3 status
2012-07-10 Marek Olšáksoftpipe: implement get_timestamp and expose ARB_timer_...
2012-07-10 Marek Olšákst/mesa: implement ARB_timer_query
2012-07-10 Marek Olšákgallium: add QUERY_TIMESTAMP cap and get_timestamp...
2012-07-10 Marek Olšákmesa: implement glGet(GL_TIMESTAMP) v2
2012-07-10 Marek Olšákmesa: add ARB_timer_query to the extension list
2012-07-10 Marek Olšákmesa: add QueryCounter display list support
2012-07-10 Marek Olšákmesa: implement TIMESTAMP query and glQueryCounter
2012-07-10 Marek Olšákglapi: add ARB_timer_query
2012-07-10 Ian Romanickdocs: Add 8.0.4 release notes
2012-07-09 Eric Anholtglsl: Add parsing for GLSL uniform blocks.
2012-07-09 Eric Anholtglsl: Don't hide the type of struct_declaration_list.
2012-07-09 Kenneth Graunkeglcpp: Add built-in #define for GL_ARB_uniform_buffer_o...
2012-07-09 Vincent Lejeuneglsl: Parser handles "#extension GL_ARB_uniform_buffer_...
2012-07-09 Eric Anholtglsl: Reduce a bit of extra code in the merging of...
2012-07-09 Eric Anholtglsl: Take advantage of the layout qualifier flags...
2012-07-09 Tom Stellardr600g: Don't create a texture for the memory_pool durin...
2012-07-09 Tom Stellardradeon/llvm: Rename namespace from AMDIL to AMDGPU
2012-07-09 Tom Stellardr600g: Update number of gprs when adding a vertex instr...
2012-07-09 Tom Stellardr600g/compute: Use evergreen_cb() for binding RATs
2012-07-09 Tom Stellardr600g: Add support for RATs in evergreen_cb()
2012-07-09 Tom Stellardr600g: Use a texture as the underlying resource for...
2012-07-09 Tom Stellardr600g: Add is_rat flag to r600_resource_texture
2012-07-09 Tom Stellardr600g: Add r600_context_pipe_state_emit()
2012-07-09 Tom Stellardr600g: Add pkt_flag parameter to r600_context_block_emi...
2012-07-09 Tom Stellardr600g/compute: Move LOOP_CONST initialization to start_...
2012-07-09 Tom Stellardr600g: Add start_compute_cs atom to struct r600_context
2012-07-09 Tom Stellardr600g: Add pkt_flag member to struct r600_command_buffer
2012-07-09 Tom Stellardr600g: Only emit start_cs_cmd atom once for compute...
2012-07-09 Marek Olšákr600g: fix stencil texturing with Z32_FLOAT_S8X24_UINT
2012-07-09 Marek Olšákr600g: add assertions after translate_colorswap/colorfo...
2012-07-09 Marek Olšákr600g: inline r600_hw_copy_region
2012-07-09 Marek Olšákr600g: enable dual src blending on r7xx
2012-07-09 Marek Olšákr600g: use depth format from pipe_surface, not pipe_res...
2012-07-09 Marek Olšákr600g: use u_box_origin_2d helper function
2012-07-09 Marek Olšákgallium/u_blitter: consolidate some state changes
2012-07-07 Marek Olšákr600g: remove stray semicolon
2012-07-07 Marek Olšákdocs: document ARB_blend_func_extended and EXT_texture_...
2012-07-06 Eric Anholti965/fs: Invalidate live intervals after copy propagation.
2012-07-06 Eric Anholti965/fs: Invalidate live intervals in passes that remov...
2012-07-06 Eric Anholti965/vs: Move the other two src_reg/dst_reg constructor...
2012-07-06 Eric Anholti965/vs: Move class functions to brw_vec4.cpp.
2012-07-06 Eric Anholti965/fs: Move class functions from the header to .cpp...
2012-07-06 José Fonsecagalahad: Check that texture format is supported.
2012-07-06 José Fonsecagalahad: More detailed resource checks.
2012-07-06 José Fonsecagalahad: Fix zealous warnings.
2012-07-06 José Fonsecagalahad: Enumerate all methods that are missing.
2012-07-06 José Fonsecagalahad: Implement render_condition.
2012-07-06 José Fonsecagalahad: Don't implement context methods that are not...
2012-07-06 José Fonsecagalahad: Use debug_printf.
2012-07-06 José Fonsecagalahad: Silence creation messages.
2012-07-06 José Fonsecagalahad: Use reference counting when destroying the...
2012-07-06 José Fonsecagalahad: Point to the galahad objects from the galahad...
2012-07-06 José Fonsecagalahad: Don't defer index buffer when it's NULL.
2012-07-06 José Fonsecatarget-helpers: Enable debug helpers only on debug...
2012-07-05 Marek Olšákst/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3
2012-07-05 Kristian Høgsbergegl_dri2: Reorganize the EGLImage constructors to share...
2012-07-05 Kristian Høgsbergintel: Share common __DRIimage allocation code
2012-07-05 Kristian Høgsbergintel: Just look up image->internal_format using _mesa_...
2012-07-05 Kristian Høgsbergintel: Remove unused __DRIimage::data_type field
2012-07-05 Brian Paulsvga: whitespace fixes
2012-07-05 Brian PaulRevert "mesa: #define fprintf to be __mingw_fprintf...
2012-07-05 Brian Paulmesa: use the PRIx64 macro for printing 64-bit hexadeci...
2012-07-05 Brian Paulsvga: implement TGSI_OPCODE_ROUND
2012-07-05 Brian Paulsvga: fix CMP translation for vertex shaders
2012-07-05 Brian Paulsvga: properly implement TRUNC instruction
2012-07-05 Brian Paulsvga: fix register collision issue in emit_conditional()
next