mesa.git
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-12-07 Marek Olšákst/dri: implement MSAA for GLX/DRI2 framebuffers
2012-12-07 Marek Olšákgallium: pass the current context to the flush_front...
2012-12-07 Marek Olšákst/dri: don't expose MSAA configs with accumulation...
2012-12-07 Marek Olšákst/dri: refactor dri_fill_in_modes
2012-12-07 Marek Olšákst/dri: always allocate private depth-stencil buffers
2012-12-07 Marek Olšákst/mesa: implement CopyTexSubImage for MSAA framebuffers
2012-12-07 Marek Olšákgallium/u_blitter: fix conflict with u_memory.h
2012-12-07 Marek Olšákr600g: transfers of MSAA color textures should do the...
2012-12-07 Marek Olšáktrace: dump pipe_resource::nr_samples
2012-12-07 Marek Olšákglx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where...
2012-12-07 Andreas Bollbuild: Fix GLES linkage without libglapi
2012-12-06 Dave Airliellvmpipe: fix regression in gears speed.
2012-12-06 Kenneth Graunkeglsl: Add missing semicolon in the grammar
2012-12-06 Ian Romanickglsl: Allow layout qualifiers in GLSL 3.00 ES
2012-12-06 Paul Berryglsl: Create builtin function profiles for GLSL 3.00 ES.
2012-12-06 Paul Berryglsl: add determinant() functions.
2012-12-06 Paul Berryglsl: Make builtin function profiles for GLSL ES use...
2012-12-06 Paul Berryglsl: Add builtin variables for GLSL 3.00 ES.
2012-12-06 Paul Berryglsl: Populate built-in types correctly for GLSL 3...
2012-12-06 Paul Berryglsl: Make {Min,Max}ProgramTexelOffset available to...
2012-12-06 Paul Berryglsl: Fix linker checks for GLSL ES 3.00.
2012-12-06 Paul Berryglsl: Record in gl_shader_program whether the program...
2012-12-06 Paul Berryglsl: Clean up shading language mixing check for GLSL...
2012-12-06 Paul Berryglsl: Record in gl_shader whether the shader uses GLSL ES.
2012-12-06 Paul Berryglsl/parser: Handle "#version 300 es" directive.
2012-12-06 Paul Berryglsl/parser: Extract version directive processing into...
2012-12-06 Paul Berryglsl/preprocessor: Handle "#version 300 es" directive.
2012-12-06 Paul Berryglsl/preprocessor: Extract version directive processing...
2012-12-06 Paul Berryglsl: Enable GLSL ES 3.00 features inherited from deskt...
2012-12-06 Paul Berryglsl: parse GLSL ES 3.00 keywords correctly.
2012-12-06 Paul Berryglsl: Rework lexer keyword handling in preparation...
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::check_ver...
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::is_versio...
2012-12-06 Paul Berryglsl: Add GLSL version query functions.
2012-12-06 Paul Berryglsl: Compute version_string on the fly.
2012-12-06 Paul Berryglsl: Make a function to express a GLSL version ir...
2012-12-06 Paul Berryglsl: Simplify symbol table version checking.
2012-12-06 Paul Berrymesa: Add ARB_ES3_compatibility flag.
2012-12-06 Michel Dänzerradeonsi: Fix cube texture coordinates.
2012-12-06 Michel Dänzerradeon/llvm: Export prepare_cube_coords helper to driver.
2012-12-06 Brian Paulmesa: use rand() instead of random()
2012-12-06 Jordan Justenmesa: validate that sync objects were created by mesa
2012-12-06 Jordan Justenmain/syncobj: return GL_INVALID_VALUE for invalid sync...
2012-12-06 Eric Anholtmesa: add set support (stores a set of pointers)
2012-12-06 José Fonsecallvmpipe: Fix statement before declaration.
2012-12-06 José Fonsecautil: Add util_copy_box helper.
2012-12-06 José Fonsecagallium/util: Move the util_copy/fill_rect into u_surface.
2012-12-06 José Fonsecagallium/os: Cleanup up os_time_get/os_time_get_nano.
2012-12-06 José Fonsecagallium/os: Fix os_time_sleep() on Windows for small...
2012-12-06 Stefan Dösingermeta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADER
2012-12-06 Stefan Dösingerradeon: Initialize swrast before setting limits
2012-12-06 Stefan Dösingerr200: Initialize swrast before setting limits
2012-12-06 Matthew Watersmesa: fix compiler warnings when including GL/gl.h...
2012-12-06 José Fonsecagallivm: Fix lerping of (un)signed normalized numbers.
2012-12-06 José Fonsecagallivm: Fix lp_build_print_value of smaller integer...
2012-12-06 Brian Paulllvmpipe: remove unused variable
2012-12-06 Brian Pauldraw: remove some dead constant buffer code
2012-12-06 Chad Versaceandroid: Fix build of libmesa_program
2012-12-06 Dave Airliellvmpipe: EXT_transform_feedback support (v1.1)
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-12-05 Eric Anholti965: Add a flag for instructions with normal writemask...
2012-12-05 Vincent Lejeuner600g: use default action for min/max opcode in tgsi...
2012-12-05 Vincent Lejeunegallivm: Have a default emit function for min/max opcode
2012-12-05 Vincent Lejeuner600g: use default action for fdiv/rcp opcode
2012-12-05 Vincent Lejeunegallivm: have a default emit function for fdiv/rcp
2012-12-05 Vincent Lejeuner600g: Use default mul/mad function for tgsi-to-llvm
2012-12-05 Vincent Lejeuneglsl: add new variable declaration in function body...
2012-12-05 Brian Pauldraw: set precalc_flat flag for AA lines too
2012-12-05 Chris Forbesmesa: expose ARB_texture_cube_map_array in core context...
2012-12-05 Vinson Leescons: Require drm to build gallium/state_trackers...
2012-12-05 Eric Anholti965/fs: Add support for uniform array access with...
2012-12-05 Eric Anholti965/fs: Conditionalize constant-index UBO load code...
2012-12-05 Eric Anholti965/fs: Restrict optimization that would fail for...
2012-12-05 Eric Anholti965/fs: Allow source mods on gen7+ math.
2012-12-05 Eric Anholti965/fs: Add instruction emit for varying-index reads...
2012-12-05 Eric Anholti965/fs: Rename the existing pull constant load opcode.
2012-12-05 Eric Anholti965: Add a header_present flag for setting up dp read...
2012-12-05 Eric Anholti965/gen7: Add some safety checks for send messages...
2012-12-04 José Fonsecagallivm: Re-add the kludge for lp_build_lerp of fixed...
2012-12-04 José Fonsecascons: Link against librt
2012-12-04 José Fonsecautil/u_debug: Cleanup/fix debug_dump_image.
2012-12-04 José Fonsecatranslate: Fix the fetch function assertions.
2012-12-04 José Fonsecautil/u_draw: Skip rendering instead of aborting when...
2012-12-04 José Fonsecadraw: Properly limit vertex buffer fetches on draw...
2012-12-04 José Fonsecadraw: Use symbolic primitive names in debug output.
2012-12-04 José Fonsecadraw: Consider the geometry shader when choosing the...
2012-12-04 José Fonsecatgsi: Allow TXF from buffers.
2012-12-04 José Fonsecautil/surface: Always use the surface format when clearing.
2012-12-04 José Fonsecatgsi: Increase maximum number of temps to 4096.
2012-12-04 José Fonsecallvmpipe: Fix alignment.
2012-12-04 José Fonsecagallivm: Generalize lp_build_mul and lp_build_lerp...
2012-12-04 Dave Airlieautomake/gallium: attempt to fix -lrt
2012-12-04 Dave Airlieu_cache: fix dereference before NULL check
2012-12-04 Ian Romanickintel: Always enable GL_ARB_framebuffer_object
2012-12-04 Ian Romanickmesa: Only require Gen'ed name for glBind{Framebuffer...
2012-12-04 Brian Paulmesa: fix uint64 printing in syncobj.c
2012-12-04 Kenneth Graunkemesa: Disable GL_NV_primitive_restart extension in...
2012-12-04 Kenneth Graunkei965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.
2012-12-04 Johannes Obermayrgallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM...
next