mesa.git
2013-04-15 Matt Turnerbuild: Move src/mapi/mapi/* to src/mapi/
2013-04-15 Matt Turnerbuild: Rename sources.mak -> Makefile.sources
2013-04-15 Tom Stellardradeonsi: Read config values from the .AMDGPU.config...
2013-04-15 Tom Stellardradeon/llvm: Handle ELF formatted binary output from...
2013-04-15 Tom Stellardradeon/llvm: Use a struct for storing compiled code
2013-04-15 Roland Scheideggergallivm: fix small but severe bug in handling multiple...
2013-04-13 Francisco Jerezclover: Fix usage of incorrect object as destination...
2013-04-13 Francisco Jerezclover: Define platform class and merge with device_reg...
2013-04-13 Francisco Jerezclover: Add missing fields to the module serializer.
2013-04-12 Eric Anholti965: Shut up the last release build warning.
2013-04-12 Eric Anholti965: Silence one more compile warning.
2013-04-12 Eric Anholti965: Fix a warning in the release build.
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-12 Eric Anholtintel: Return failure properly in the texsubimage blit...
2013-04-12 Eric Anholtintel: Fix a warning in the release build.
2013-04-12 Eric Anholtintel: Fix an unused variable warning in the release...
2013-04-12 Eric Anholtintel: Improve diagnostics for emit_linear_blit failure...
2013-04-12 Eric Anholti965: Fix error path for MCS allocation.
2013-04-12 Eric Anholti830: Move assert-only code into the assert.
2013-04-12 Eric Anholti965/fs: Fix some untriggered optimization bugs with...
2013-04-12 Eric Anholti965/fs: Add basic-block-level dead code elimination.
2013-04-12 Eric Anholti965/fs: Remove incorrect note of writing attr in centr...
2013-04-12 Eric Anholti965/fs: Add a helper function for checking for partial...
2013-04-12 Eric Anholtmesa: Add a macro to bitset for determining bitset...
2013-04-12 Eric Anholti965: Fix compiler warnings since the introduction...
2013-04-12 Ian Romanickmesa: Don't leak gl_context::BeginEnd at context destru...
2013-04-12 Ian Romanickmesa: Don't leak shared state when context initializati...
2013-04-12 Ian Romanickegl/dri2: NULL check value returned by dri2_create_surface
2013-04-12 Ian Romanickmesa: NULL check the pointer before trying to dereferen...
2013-04-12 Ian Romanickglsl: Fix hypothetical NULL dereference related to...
2013-04-12 Ian Romanickglsl: Fix hypothetical NULL dereference in ast_process_...
2013-04-12 Tom Stellardr300g: Fix bug in OMOD optimization
2013-04-12 Emil Velikovnvc0: set ret variable if launch desc allocation failed
2013-04-12 Emil Velikovnvc0: bail out early during nve4_compute_setup()
2013-04-12 Emil Velikovnvc0: compile nve4_cache_split_name() only in debug...
2013-04-12 Emil Velikovnv50/codegen: do not emitATOM() if the subOp is unknown
2013-04-12 Christoph Bumillernvc0: implement multisample textures
2013-04-12 Christoph Bumillernvc0: patch up TEX cases with 5 or 6 sources on nve4
2013-04-12 Christoph Bumillernvc0: fix 2D engine MS2 resolve
2013-04-12 Christoph Bumillernv50,nvc0: add RGBX16/32_FLOAT formats
2013-04-12 Matt Turneri965/vs: Print error if vertex shader fails to compile.
2013-04-12 Matt Turneri965: NULL check prog on shader compilation failure.
2013-04-11 José Fonsecascons: Add st_cb_msaa.c to source list.
2013-04-11 Dave Airlier600g: add get_sample_position support (v3)
2013-04-11 Dave Airliest/mesa: add support for ARB_texture_multisample (v3)
2013-04-11 Dave Airliest/mesa: add support for get sample position
2013-04-11 Dave Airliegallium: add get_sample_position interface
2013-04-11 Dave Airlier600g: fix two issues in compressed msaa reading code
2013-04-11 Paul Berryi965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
2013-04-11 Paul Berryi965/vs: Generalize computation of array strides in...
2013-04-11 Paul Berryi965/vs: Generalize attribute setup code in preparation...
2013-04-11 Paul Berryi965/vs: Generalize vertex emission code in preparation...
2013-04-11 Paul Berryi965/vs: rename vec4_generator::generate_vs_instruction.
2013-04-11 Paul Berryi965/vs: Generalize data structures pointed to by vec4_...
2013-04-11 Paul Berryi965/vs: Rename vec4_generator::prog to shader_prog.
2013-04-11 Paul Berryi965/vs: move VS-specific data members to vs_vec4_visitor.
2013-04-11 Paul Berryi965/vs: move ARB_vertex_program functions to vec4_vs_v...
2013-04-11 Paul Berryi965/vs: Add virtual function make_reg_for_system_value().
2013-04-11 Paul Berryi965/vs: Make some vec4_visitor functions virtual.
2013-04-11 Paul Berryi965/vs: Make vec4_vs_visitor class derived from vec4_v...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_key into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_compile into generic and VS-speci...
2013-04-11 Paul Berryi965/vs: Remove brw_vs_prog_data pointer from brw_vs_co...
2013-04-11 Paul Berryi965: Generalize computation of VUE map in preparation...
2013-04-11 Paul Berryi965/vs: Make type of vec4_visitor::vp more generic.
2013-04-11 Paul Berryi965: Rename backend_visitor::prog to shader_prog.
2013-04-11 Paul Berryglsl: Fix (and validate) comment above glsl_type::name.
2013-04-11 Christian Königradeon/uvd: add UVD implementation v5
2013-04-11 Christian Königradeon/winsys: add uvd ring support to winsys v3
2013-04-11 Dave Airliest/mesa: fix UBO offsets.
2013-04-11 Ralf Jungegl/x11: Fix initialisation of swap_interval
2013-04-10 Kenneth Graunkeintel: Fall back to X-tiling when larger than estimated...
2013-04-10 Kenneth Graunkeintel: Refactor code in intel_miptree_choose_tiling().
2013-04-10 Kenneth Graunkeintel: Move the max_gtt_map_object_size estimation...
2013-04-10 Fredrik Höglundr600g: Add support for GL_ARB_texture_buffer_range
2013-04-10 Paul Berryi965/blorp: Remove unnecessary test in gen7_blorp_emit_...
2013-04-10 Marek Olšákr600g: fix valgrind warning on Cayman
2013-04-10 Zack Rusingallivm/tgsi: handle untyped moves
2013-04-10 Zack Rusingallivm: fix loops and conditionals within GS
2013-04-10 Zack Rusinllvmpipe: implement PIPE_QUERY_SO_STATISTICS
2013-04-10 Zack Rusingallivm: fix unsigned divide and remainder opcodes
2013-04-10 Zack Rusingallivm: fix breakc
2013-04-10 Chad Versaceintel/hsw: Enable hiz (v2)
2013-04-10 Chad Versacei965: Remove brw_context::depthstencil::hiz_mt
2013-04-10 Chad Versaceintel: Replace checks for hiz_mt with intel_has*hiz()
2013-04-10 Chad Versacei965: Change signature of brw_get_depthstencil_tile_masks()
2013-04-10 Chad Versacei965/blorp: Add fields brw_blorp_mip_info::level,layer
2013-04-10 Chad Versaceintel: Add field intel_mipmap_slice::has_hiz
2013-04-10 Chad Versacei965/blorp: Align rectangle primitive for hiz ops
2013-04-10 Eric Anholti965/vs: Use GRFs for pull constant offsets on gen7.
2013-04-10 Eric Anholti965/vs: When asked to make a dst_reg for a src.xxxx...
2013-04-10 Eric Anholti965/gen6: Reduce updates of transform feedback offsets...
2013-04-10 Eric Anholti965/gen7: Skip resetting SOL offsets at batch start...
2013-04-10 Christian Königradeonsi: remove sampler writemask v3
2013-04-10 Niels Ole Salscheiderpipe-loader: Fix out of source build
2013-04-10 Brian Paulst/mesa: remove #if FEATURE_GL/ES tests
2013-04-10 Brian Paulmesa: remove old comment about FEATURE_GL
2013-04-10 Brian Paulmesa: remove #ifdef FEATURE_ES2, add some comments...
next