mesa.git
2013-06-28 Eric Anholti915: Remove the I915 macro from the formerly shared...
2013-06-28 Eric Anholti915: Remove all the MSAA support code.
2013-06-28 Eric Anholti915: Remove all the HiZ code from i915.
2013-06-28 Ian Romanickmesa: GL_EXT_shadow_funcs is not optional with GL_ARB_s...
2013-06-28 Ian Romanickmesa: GL_ARB_texture_storage_multisample is not optiona...
2013-06-28 Ian Romanickmesa: GL_ARB_texture_storage is not optional
2013-06-28 Ian Romanickmesa: GL_ARB_shading_language_100 is not optional
2013-06-28 Ian Romanickmesa: GL_ARB_shader_objects is not optional
2013-06-28 Ian Romanickmesa: GL_NV_blend_square is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_fog_coord is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_secondary_color is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_framebuffer_object is not optional
2013-06-28 Ian Romanickmesa: Remove GL_MESA_resize_buffers
2013-06-28 Ian Romanickmesa: Remove _mesa_{enable, disable}_extension and...
2013-06-28 Ian Romanickmesa: Just set extension flags instead of calling _mesa...
2013-06-28 Ian Romanickmesa: Remove _mesa_enable_._._extensions functions
2013-06-28 Ian Romanickswrast: Don't call _mesa_enable_._._extensions and...
2013-06-28 Ian Romanickosmesa: Don't call _mesa_enable_._._extensions and...
2013-06-28 Ian Romanickwmesa: Don't call _mesa_enable_._._extensions and _mesa...
2013-06-28 Ian Romanickx11: Don't call _mesa_enable_._._extensions and _mesa_e...
2013-06-28 Ian Romanicki965: Merge the two GEN >= 6 extension enable blocks
2013-06-28 Ian Romanicki965: Move GEN >= 4 extensions into the "always on...
2013-06-28 Ian Romanicki965: Move GEN >= 3 extensions into the "always on...
2013-06-28 Ian Romanicki915: Remove GEN >= 4 extension support
2013-06-28 Kenneth Graunkei965: Split surface format code into a new file (brw_su...
2013-06-28 Alex Deucherradeonsi: add kabini pci ids
2013-06-28 Alex Deucherradeonsi: add bonaire pci ids
2013-06-28 Alex Deucherradeonsi: disable 2D tiling on CIK for now
2013-06-28 Alex Deucherradeonsi: add llvm processor names for CIK
2013-06-28 Alex Deucherradeonsi: emit PA_SC_RASTER_CONFIG[_1] on cik
2013-06-28 Alex Deucherradeonsi: PA_CL_ENHANCE is privileged on CIK
2013-06-28 Alex Deucherradeonsi: update surface sync packet emit for CIK
2013-06-28 Alex Deucherradeonsi: store chip class in the pm4 struct
2013-06-28 Alex Deucherradeonsi: properly handle DB tiling setup on CIK
2013-06-28 Alex Deucherradeonsi: emit additional shader pgm rsrc registers...
2013-06-28 Alex Deucherradeonsi: emit TA_BC_BASE_ADDR_HI for border color...
2013-06-28 Alex Deucherradeonsi: fix VGT_PRIMITIVE_TYPE emit for CIK
2013-06-28 Alex Deucherradeonsi: register updates for CIK
2013-06-28 Alex Deucherradeonsi: initial PM4 changes for CIK
2013-06-28 Alex Deucherradeonsi: initial support for CIK chips
2013-06-28 Alex Deucherradeonsi: rename SI chip class from TAHITI to SI
2013-06-28 Tom Stellardr600g: Fix build
2013-06-28 Anuj Phogatmesa: Return ZeroVec/dummyReg instead of NULL pointer
2013-06-28 Tom Stellardmesa: Fix build with older gcc since update of glext.h
2013-06-28 Tom Stellardr600g/compute: Accept LDS size from the LLVM backend
2013-06-28 Tom Stellardr600g/compute: Move compute_shader_create() function...
2013-06-28 Brian Paulsvga: pass svga_compile_key by reference instead of...
2013-06-28 Brian Paulsvga: use switch statement in svga_shader_type()
2013-06-28 Chia-I Wuilo: clean up states that use ilo_view_surface
2013-06-28 Chia-I Wuilo: remove ilo_cbuf_state::count
2013-06-28 Chia-I Wuilo: clean up ilo_set_constant_buffer()
2013-06-28 Chia-I Wuilo: clean up states that take a start_slot
2013-06-28 Vinson Leeglsl: Initialize member variable is_ubo_var in constructor.
2013-06-28 Chia-I Wuilo: use shorter names for dirty flags
2013-06-28 Chia-I Wuilo: track if primitive restart has changed
2013-06-28 Chia-I Wuilo: avoid potential dangling pointer dereference
2013-06-28 Ian Romanickmesa: Remove GL_EXT_clip_volume_hint
2013-06-27 Chad Versacei965,i915: Return early if miptree allocation fails
2013-06-27 Roland Scheideggerllvmpipe: handle offset_clamp
2013-06-27 Roland Scheideggerllvmpipe: remove never reached code for timestamp queries.
2013-06-27 Roland Scheideggerllvmpipe: fix a bug in opaque optimization
2013-06-27 Vinson Leeradeonsi/compute: Fix memory leak in radeonsi_launch_grid.
2013-06-27 Tom Stellardclover: Fix build with LLVM 3.4
2013-06-27 Bill Yorkdocs: updated instructions for Mesa on Windows
2013-06-27 Matthew McClurepostprocess: handle partial intialization failures.
2013-06-27 Brian Paulglx: return True/False instead of GL_TRUE/GL_FALSE
2013-06-27 Brian Paulglx: move declarations before code
2013-06-27 Brian Paulmesa: move declarations before code
2013-06-27 José Fonsecaglsl: Use the C99 variadic macro syntax.
2013-06-27 José Fonsecascons: Add dependencies to all .xml files.
2013-06-27 Chia-I Wuilo: plug a potential index buffer leak
2013-06-26 Roland Scheideggersoftpipe: honor predication for clear_render_target...
2013-06-26 Roland Scheideggerllvmpipe: add support for nested / overlapping queries
2013-06-26 Roland Scheideggerllvmpipe: rework query logic
2013-06-26 Eric Anholti965: Move the remaining intel code to the i965 directory.
2013-06-26 Eric Anholti915: Fork the shared code from i965.
2013-06-26 Eric Anholti915: Remove dead symlink.
2013-06-26 Eric Anholtglx: Fix another missed glMultiDrawElementsEXT const...
2013-06-26 Ian Romanickglsl: Move all var decls to the front of the IR list...
2013-06-26 Ian Romanicki965: Be more careful with the interleaved user array...
2013-06-26 Brian Paulmesa: add const qualifier to glMultiDrawElementsEXT...
2013-06-26 Brian Paulmesa: remove const from glDebugMessageCallbackARB(...
2013-06-26 Kenneth Graunkei965/vs: Combine code generation's inst->opcode switch...
2013-06-26 Kenneth Graunkei965: Remove broken source type assertions from brw_alu3().
2013-06-26 Kenneth Graunkei965: Add back strict type assertions for MAD and LRP.
2013-06-26 Kenneth Graunkeglsl: Streamline the built-in type handling code.
2013-06-26 Kenneth Graunkeglsl: Don't use random pointers as an array of glsl_typ...
2013-06-26 Kenneth Graunkeglsl: Stop being clever with pointer arithmetic when...
2013-06-26 Kenneth Graunkeglsl: Add simple vector type accessor helpers.
2013-06-26 Brian Paulmesa: update glext.h to version 20130624
2013-06-26 Brian Paulst/mesa: add casts to silence MSVC warnings
2013-06-26 Brian Paulst/mesa: make rtt_level, face, slice unsigned to silenc...
2013-06-26 Brian Paulhud: add float casts to silence MSVC warnings
2013-06-26 Brian Paulhud: include stdio.h since we use fprintf(), fscanf...
2013-06-26 Brian Paulhud: add cast to silence MSVC warning
2013-06-26 Brian Paulos: add cast in os_time_sleep() to silence MSVC warning
2013-06-26 Brian Paulvega: add some casts to silence MSVC warnings
2013-06-26 Brian Paulutil: int/unsigned changes to silence some MSVC warnings
2013-06-26 Brian Paulutil: add some casts to silence some MSVC warnings
2013-06-26 Brian Paulutil: s/int/unsigned/ to silence some MSVC warnings
next