mesa.git
2014-08-05 Jason Ekstrandmesa/formats: Remove IndexBits
2014-08-05 Jason Ekstrandmesa/formats: Autogenerate the format_info structure...
2014-08-05 Jason Ekstrandmesa/main: Add python code to generate the format_info...
2014-08-05 Jason Ekstrandmesa: Add python to parse the formats CSV file
2014-08-05 Jason Ekstrandmesa: Add a format description CSV file
2014-08-05 Jason Ekstrandutil/tests/hash_table: Link against libmesautil instead...
2014-08-05 Brian Paulst/mesa: adjust Z coordinates for quad clearing
2014-08-05 Brian Paulmesa: make vertex array type error checking a little...
2014-08-05 Michel Dänzerglsl_to_tgsi: Fix typo shader_program -> shader
2014-08-05 Brian Paulmesa: update wglext.h to version 20140630
2014-08-05 Brian Paulmesa: update glxext.h to version 20140725
2014-08-05 Brian Paulmesa: update glext.h to version 20140725
2014-08-05 Neil Robertsmeta: Disable dithering during glBlitFramebuffer
2014-08-05 Emil Velikovlibgl-xlib: drop duplicate mesautil from scons build
2014-08-05 Emil Velikovllvmpipe/tests: automake: link against libmesautil.la
2014-08-05 Emil Velikovgallium/tests: automake: link against libmesautil.la
2014-08-05 Emil Velikovtargets/omx: automake: link against libmesautil.la
2014-08-05 Emil Velikovtargets/xvmc: automake: link against libmesautil.la
2014-08-05 Jan Veselytargets/clover: link against libmesautil.la
2014-08-05 Jan Veselygallivm: Fix build with latest LLVM
2014-08-05 Roland Scheideggertargets/dri: link with mesautil
2014-08-05 Roland Scheideggergallium/docs: Document TEX2/TXL2/TXB2 instructions...
2014-08-05 Roland Scheideggergallivm: fix cube map array (and cube map shadow with...
2014-08-05 Roland Scheideggerllvmpipe: implement support for cube map arrays
2014-08-05 Anuj Phogategl: Fix OpenGL ES version checks in _eglParseContextAt...
2014-08-05 Anuj Phogatmeta: Fix datatype computation in get_temp_image_type()
2014-08-05 Anuj Phogatmeta: Move the call to _mesa_get_format_datatype()...
2014-08-05 Anuj Phogatmeta: Use _mesa_get_format_bits() to get the GL_RED_BITS
2014-08-05 Anuj Phogatmeta: Initialize the variable in declaration statement
2014-08-05 Anuj Phogatmesa: Allow GL_TEXTURE_CUBE_MAP target with compressed...
2014-08-05 Anuj Phogatmesa: Add gles3 condition for normalized internal forma...
2014-08-05 Anuj Phogatmesa: Add utility function _mesa_is_enum_format_unorm()
2014-08-05 Anuj Phogatmesa: Add gles3 error condition for GL_RGBA10_A2 buffer...
2014-08-05 Anuj Phogatmesa: Add a gles3 error condition for sized internalfor...
2014-08-05 Anuj Phogatmesa: Add a helper function _mesa_is_enum_format_unsized()
2014-08-05 Anuj Phogatmesa: Don't allow snorm internal formats in glCopyTexIm...
2014-08-05 Anuj Phogatmesa: Add utility function _mesa_is_enum_format_snorm()
2014-08-05 Anuj Phogatmesa: Fix condition for using compressed internalformat...
2014-08-05 Anuj Phogatmesa: Add error condition for using compressed internal...
2014-08-05 Anuj Phogatmesa: Turn target_can_be_compressed() in to a utility...
2014-08-05 Anuj Phogatmesa: Fix error condition for valid texture targets...
2014-08-04 Ian Romanickglsl: Rebuild the symbol table without unreachable...
2014-08-04 Kenneth Graunkeglsl: Only create one ir_function for a given name.
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-08-04 Kenneth Graunkemesa: Actually use the Mesa IR optimizer for ARB programs.
2014-08-04 Ian Romanickglsl: Do not add extra padding to structures
2014-08-04 Ian Romanickglsl: Correctly determine when the field of a UBO is...
2014-08-04 Ian Romanicklinker: Use the matrix layout information in ir_variabl...
2014-08-04 Ian Romanickglsl: Track matrix layout of variables using two bits
2014-08-04 Ian Romanickglsl: Also track matrix layout information into structures
2014-08-04 Ian Romanickglsl: Track matrix layout of structure fields using...
2014-08-04 Ian Romanickglsl: Correctly load columns of a row-major matrix
2014-08-04 Ian Romanicklinker: Add padding after the last field of a structure
2014-08-04 Ian Romanicklinker: Add a last_field parameter to various program_r...
2014-08-04 Ian Romanickmesa: Do not list inactive block members as active
2014-08-04 Ian Romanickglsl: Do not eliminate 'shared' or 'std140' blocks...
2014-08-04 Ian Romanickglsl: Use the without_array predicate to simplify some...
2014-08-04 Ian Romanickglsl: Add without_array type predicate
2014-08-04 Ian Romanickglsl: Use constant_expression_value instead of as_constant
2014-08-04 Brian Paultargets/graw-gdi: link with mesautil, not mesautils
2014-08-04 Brian Paulwmesa: link with mesautil
2014-08-04 Brian Paulosmesa: link with mesautil
2014-08-04 Brian Paultargets/libgl-gdi: link with mesautil
2014-08-04 Brian Paultargets/egl-static: link with libmesautil.la
2014-08-04 Brian Paulmesa/x86: put code in braces to silence declarations...
2014-08-04 Jason Ekstrandsrc/Makefile.am: Move gtest before util
2014-08-04 Brian Paulutil: include c99_compat.h in format_srgb.h to get...
2014-08-04 Brian Paulutil: include c99_compat.h in hash_table.h to get ...
2014-08-04 Brian Paultargets/vdpau: link with libmesautil.la to fix build...
2014-08-04 Brian Paulxlib: fix missing mesautil build breakage
2014-08-04 Matthew McCluresvga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two...
2014-08-04 Jason Ekstrandgallium: Add libmesautil dependency to gdm and xa targets
2014-08-04 Jason Ekstrandmesa/main: Use the RGB <-> sRGB conversion functions...
2014-08-04 Jason Ekstrandgallium: Move sRGB <-> RGB handling to libmesautil
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-08-04 Jason Ekstrandmesa/SConscript: Use Makefile.sources instead of duplic...
2014-08-04 Emil Velikovtargets/dri: resolve the scons build
2014-08-04 Jan Veselymesa/st: Fix compiler warnings
2014-08-04 Jan Veselygallium: Fix compiler warning.
2014-08-04 Tapani Pälliglsl: fix switch statement default case regressions
2014-08-03 Aaron Watryst/dri: Fix driver loading if swrast isn't built
2014-08-03 Ilia Mirkinmesa/st: only convert AND(a, NOT(b)) into MAD when...
2014-08-03 Marek OlšákRemove XA state tracker support for Radeon
2014-08-03 Carl Worthdocs: Import 10.2.5 release notes, add news item.
2014-08-03 Ilia Mirkinmesa/st: add support for dynamic ubo selection
2014-08-02 Kenneth Graunkei965: Delete stale "pre-gen4" comment in texture valida...
2014-08-02 Kenneth Graunkei965: Delete sampler state structures.
2014-08-02 Kenneth Graunkei965: Replace sizeof(struct gen7_sampler_state) with...
2014-08-02 Kenneth Graunkei965: Drop sizeof(struct brw_sampler_state) from estima...
2014-08-02 Kenneth Graunkei965: Make BLORP use brw_emit_sampler_state().
2014-08-02 Kenneth Graunkei965: Delete redundant sampler state dumping code.
2014-08-02 Kenneth Graunkei965: Make some brw_sampler_state.c functions static...
2014-08-02 Kenneth Graunkei965: Stop using gen7_update_sampler_state; rm gen7_sam...
2014-08-02 Kenneth Graunkei965: Make brw_update_sampler_state use 8 bits for...
2014-08-02 Kenneth Graunkei965: Make brw_update_sampler_state() use brw_emit_samp...
2014-08-02 Kenneth Graunkei965: Introduce a function to emit a SAMPLER_STATE...
2014-08-02 Kenneth Graunkei965: Add const to upload_default_color's sampler param...
2014-08-02 Kenneth Graunkei965: Add #defines for SAMPLER_STATE fields.
next