mesa.git
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Ian Romanickglsl: Generate an interface type for uniform blocks
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Add row_major field to glsl_struct_field
2013-01-25 Ian Romanickglsl: Refactor out processing of structure fields
2013-01-25 Ian Romanickglsl: Parse interface array size
2013-01-25 Kenneth Graunkeglsl: Parse non-array uniform block instance names...
2013-01-25 Kenneth Graunkeglsl: Refactor uniform block parser rules.
2013-01-25 Ian Romanicklinker: Refactor intra-stage block compatabililty testing
2013-01-25 Ian Romanickmesa: Track the packing mode of a UBO in gl_uniform_buffer
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Eric Anholti965: Correct gen6+ guardband calculation.
2013-01-25 Kenneth Graunkei965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for...
2013-01-25 Chad Versacei965: Bump maximum supported ES2 context version to 3.0
2013-01-25 Paul Berryi965/Gen6+: Enable ARB_ES3_compatibility extension
2013-01-25 Ian Romanickmesa/es3: Enable ES 3.0 API and shading language version
2013-01-25 Vinson Leescons: Add imports.c to builtin_compiler build.
2013-01-25 Chad Versacei965/fs/gen7: Fix fatal typo in unpackHalf2x16
2013-01-25 Chad Versacei965/fs/gen7: Emit code for GLSL 3.00 pack/unpack opera...
2013-01-25 Chad Versacei965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack...
2013-01-25 Chad Versacei965: Quote the PRM on a HorzStride subtlety
2013-01-25 Chad Versacei965: Add opcodes for F32TO16 and F16TO32
2013-01-25 Chad Versacei965: Lower the GLSL ES 3.00 pack/unpack operations...
2013-01-25 Chad Versaceglsl: Add lowering pass for GLSL ES 3.00 pack/unpack...
2013-01-25 Chad Versaceglsl: Fix type-deduction for and/or/xor expressions
2013-01-25 Chad Versaceglsl: Reformat and/or/xor cases in ir_expression ctor
2013-01-25 Chad Versaceglsl/ir_builder: Add helpers for making if-statements
2013-01-25 Chad Versaceglsl/ir_builder: Add `enum writemask`
2013-01-25 Chad Versaceglsl/ir_factory: Add helper method for making an ir_con...
2013-01-25 Chad Versaceglsl/ir_builder: Add more helpers for constructing...
2013-01-25 Chad Versaceglsl/ir_factory: Initialize members to NULL in constructor
2013-01-25 Chad Versaceglsl: Evaluate constant GLSL ES 3.00 pack/unpack expres...
2013-01-25 Chad Versacemesa: Remove rounding bias in _mesa_float_to_half()
2013-01-25 Chad Versacemesa,glsl: Move round_to_even() from glsl to mesa/main...
2013-01-25 Chad Versaceglsl/standalone_scaffolding: Add stub for _mesa_warning()
2013-01-25 Chad Versaceglsl: Extend ir_expression_operation for GLSL 3.00...
2013-01-25 Chad Versaceglsl: Add IR lisp for GLSL ES 3.00 pack/unpack functions
2013-01-25 Chad Versaceglsl: Fix typo in comment
2013-01-25 Chad Versacei965/disasm: Fix horizontal stride of dest registers
2013-01-25 Paul Berryintel: Fix glCopyTexSubImage on buffers whose width...
2013-01-25 Paul Berryglsl: Allow varying structs in GLSL ES 3.00 and GLSL...
2013-01-25 Paul Berryglsl: Disable transform feedback of varying structs.
2013-01-25 Paul Berryglsl: Update lower_packed_varyings to handle varying...
2013-01-25 Paul Berryglsl: Generalize compute_packing_order for varying...
2013-01-25 Paul Berryglsl: Disable structure splitting for shader ins/outs.
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-25 Paul Berryglsl: Clean up case statement in builtin_variables...
2013-01-24 Kenneth Graunkei965/vs: Do headerless texturing for texelFetchOffset().
2013-01-24 Matt Turnerlibgl-xlib/build: Link with C++ when LLVM is used
2013-01-24 Paul Berryintel: Fix ReadPixels on buffers whose width >= 32kbytes
2013-01-24 Ian Romanickintel: callocing a 32 byte temp is silly, so don't
2013-01-24 Marek Olšákst/mesa: implement ARB_internalformat_query v2
2013-01-24 Marek Olšákst/mesa: advertise OES_depth_texture_cube_map if GLSL...
2013-01-24 Marek Olšákst/dri: disallow recursion in dri_flush
2013-01-24 Marek Olšákst/dri: add null-pointer check, remove duplicated local...
2013-01-24 Tom StellardRevert "Revert "targets/opencl: Link against libgallium...
2013-01-24 Tom Stellardconfigure.ac: Force use of LLVM shared libs with -...
2013-01-24 Tom Stellardconfigure.ac: Compute the required llvm static librarie...
2013-01-24 Michel Dänzerradeonsi: Fall back to dummy pixel shader instead of...
2013-01-24 Marek Olšákradeonsi: make sure copying of all texture formats...
2013-01-24 Michel Dänzerradeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering.
2013-01-24 Michel Dänzerradeonsi: Make sure to use float number format for...
2013-01-24 Ian Romanickintel: Enable S3TC extensions always
2013-01-24 Ian Romanickmesa: Like EXT_texture_compression_dxt1, advertise...
2013-01-24 Ian Romanickmesa: Simplify _mesa_choose_tex_format handling of...
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-24 Carl Worthi965: Use swizzles to force R, G, and B to 0.0 for...
2013-01-24 Carl Worthi965: Use swizzles to force alpha to 1.0 for RED, RG...
2013-01-24 Carl WorthReadPixels: Force ALPHA to 1 while rebasing RGBA values...
2013-01-24 Carl Worthi965: Examine _BaseFormat when deciding to perform...
2013-01-23 José Fonsecascons: Fix source lists parsing on Windows.
2013-01-23 Matt TurnerGL3.txt: i965 supports ARB_base_instance
2013-01-22 Brian Paulwmesa: include api_exec.h to fix compilation
2013-01-22 Brian Pauldraw: fix MSVC divide-by-zero compilation error
2013-01-22 Kenneth Graunkei965: Implement the GL_ARB_base_instance extension.
2013-01-22 Matt Turnerglsl/build: Build libglcpp and libglslcore in builtin_c...
2013-01-22 Matt Turnerglsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES
2013-01-22 Matt Turnerbuild: Use AX_PROG_FLEX
2013-01-22 Matt Turnerbuild: Use AX_PROG_BISON
2013-01-22 Matt Turnerbuiltin_compiler/build: Use generated parser files
2013-01-22 Matt Turnerglsl/build: Build tests via the glsl Makefile
2013-01-22 Matt Turnerglsl/build: Build glcpp via the glsl Makefile
2013-01-22 Matt Turnerglsl/build: Don't build builtin_compiler separately...
2013-01-22 Matt Turnerglsl/build: Don't build glsl_compiler
2013-01-22 Brian Pauldraw: fix problem in screen-space interpolation clip...
2013-01-22 Brian Pauldraw: improve the clipper debug/printf code
2013-01-22 Brian Pauldraw: add new debug code and comments in clip code...
2013-01-22 Brian Paulswrast: fix blit code's nearest/linear coordinate arith...
2013-01-22 Brian Paulswrast: fix incorrect width for direct/nearest blit
2013-01-22 Brian Paulswrast: move resampleRow setup code in blit_nearest()
2013-01-22 Andreas Bolldocs: import release notes for 9.0.2, add news item
2013-01-22 José Fonsecascons: Disable frame pointer omission for all build...
2013-01-22 José Fonsecanouveau/build: Fix build failures when drm is not in...
2013-01-22 Michel Dänzerradeon/llvm: Handle LP_CHAN_ALL in emit_fetch_immediate().
2013-01-22 Kenneth Graunkebuild: Fix build on systems where /usr/bin/python isn...
2013-01-22 Ian Romanickmesa/es3: Apply stricter multisample blit rules for...
2013-01-22 Ian Romanickmesa/es3: Disallow FRAMEBUFFER_ATTACHMENT_COMPONENT_TYP...
2013-01-22 Ian Romanickmesa: Don't allow blits to / from the same buffer in...
2013-01-22 Eric Anholtmesa: Remove exec thunks from the dlist.c module.
2013-01-22 Eric Anholtmesa: Initially populate the display list with the...
next