mesa.git
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
2012-12-08 Anuj Phogatmesa: Make nonlinear_to_linear() function available...
2012-12-08 Anuj Phogatmesa: Add new MESA_FORMATs for ETC2 compressed textures
2012-12-08 Kenneth Graunkemeta: Use #version 300 es for _mesa_glsl_Clear's intege...
2012-12-08 Kenneth Graunkemeta: Use #version 300 es in GenerateMipmap shaders...
2012-12-08 Paul BerrySet es_version to false when using FF fragment shading...
2012-12-07 Eric Anholtmesa: Use the new hash table for the variable refcount...
2012-12-07 Jordan Justenprogram/hash_table.c: rename to program/prog_hash_table.c
2012-12-07 Matt Turnermesa: Ignore size and offset parameters for BindBufferR...
2012-12-07 Christoph Bumillernv50,nvc0: fix shader eviction
2012-12-07 Christoph Bumillernv50,nvc0: add support for cube map arrays
2012-12-07 Stefan Dösingerr300: Don't disable destination read if the src blend...
2012-12-07 Michel Dänzergallium/egl-static: Fix unresolved symbol 'clock_gettime'.
2012-12-07 José Fonsecagallivm: Rudimentary native integer support.
2012-12-07 José Fonsecadraw: Dump LLVM shader key.
2012-12-07 José Fonsecagallivm: Allow indirection from TEMP registers too.
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...
next