mesa.git
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
2013-06-26 Maarten Lankhorstnvc0: set rsvd_kick correctly
2013-06-26 Maarten Lankhorstnvc0: fix push_space checks for video decoding
2013-06-26 Vinson Leeilo: Remove max_threads dead code path.
2013-06-26 Jean-Sébastien... winsys/intel: fix typo in "ETIMEOUT"
2013-06-26 Chia-I Wuilo: use a bitmask for enabled constant buffers
2013-06-26 Maarten Lankhorstvl/mpeg12: handle mpeg-1 bitstreams more correctly
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_INDEX_BUFFERS
2013-06-26 Chia-I Wuilo: make pipe_draw_info a context state
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_CONSTANT_BUFFERS
2013-06-26 Eric Anholti915: Drop dead batch dumping code.
2013-06-26 Eric Anholtintel: Drop little bits of dead code.
2013-06-26 Eric Anholti965: Stop recomputing the miptree's size from the...
2013-06-26 Eric Anholti965: Drop unused argument to translate_tex_format().
2013-06-26 Eric Anholti965/gen4-5: Stop using bogus polygon_offset_scale...
2013-06-26 Eric Anholti915: Use the current drawbuffer's depth for polygon...
2013-06-26 Eric Anholtintel: Add perf debug for glCopyPixels() fallback checks.
2013-06-26 Eric Anholti965: Add debug to INTEL_DEBUG=blorp describing hiz...
2013-06-26 Eric Anholtra: Fix register spilling.
2013-06-26 Eric Anholti965/fs: Dump IR when fatally not compiling due to...
2013-06-26 Naohiro Aotaxmlpool/build: Make sure to set mo properly
2013-06-26 Eric Anholti965: Remove the rest of brw_update_draw_buffer().
2013-06-26 Eric Anholti965: Stop updating FBO state on drawbuffers change.
2013-06-26 Eric Anholti965: Stop recomputing drawbuffer bounds on drawbuffer...
2013-06-26 Eric Anholti965: Remove _NEW_DEPTH state flagging on drawbuffers...
2013-06-26 Eric Anholtintel: Stop doing special _NEW_STENCIL state flagging...
2013-06-26 Eric Anholti965: Stop flagging viewport/scissor change on drawbuff...
2013-06-26 Eric Anholti965: Stop flagging _NEW_POLYGON on drawbuffers change.
2013-06-26 Eric Anholtradeon: Remove gratuitous custom framebuffer resize...
2013-06-26 Eric Anholtintel: Remove gratuitous custom framebuffer resize...
2013-06-26 Eric Anholtmesa: Remove the Initialized field from framebuffers.
2013-06-26 Eric Anholtmesa: Remove Driver.GetBufferSize and its callers.
2013-06-26 Vinson Leeglsl: Fix gl_shader_program::UniformLocationBaseScale...
2013-06-25 Brian Paulsvga: allow 3D transfers in svga_texture_transfer_map()
2013-06-25 Brian Paulsvga: use new svga_define_texture_level() helper
2013-06-25 Brian Paulsvga: fix layer/level mix-up in svga_mark_surface_dirty()
2013-06-25 Brian Paulsvga: use new svga_age_texture_view() helper
2013-06-25 Brian Paulsvga: add array index assertion in svga_validate_sample...
2013-06-25 Brian Paulsvga: use svga_texture() helper instead of casting
2013-06-25 José Fonsecautil/debug: Cleanup/improve debug_symbol_name_dbghelp.
2013-06-25 José Fonsecautil/debug: Make debug_backtrace_capture work for 64bit...
2013-06-25 Zack Rusindraw: allow overflows in the llvm paths
2013-06-25 Zack Rusindraw: avoid overflows in the llvm draw loop
2013-06-25 Maarten Lankhorstnvc0: do not set tiled mode on gart bo when fence debug...
2013-06-25 Chia-I Wuilo: honor render condition in blitter
2013-06-25 Chia-I Wuilo: remove ilo_shader_internal.h from GEN6 pipeline
2013-06-25 Chia-I Wuilo: remove ilo_shader_internal.h from GEN7 pipeline
2013-06-25 Chia-I Wuilo: speed up ilo_shader_select_kernel_routing() a bit
2013-06-25 Chia-I Wuilo: move SBE setup code to ilo_shader.c
2013-06-25 Chia-I Wuilo: use ilo_shader_state exclusively in GPE
2013-06-25 Chia-I Wuilo: map SO registers at shader compile time
2013-06-25 Chia-I Wuilo: use ilo_shader_cso for FS
2013-06-25 Chia-I Wuilo: use ilo_rasterizer_state exclusively in GPE
next