mesa.git
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.
2014-08-02 Kenneth Graunkei965: Convert wrap mode #defines to an enum.
2014-08-02 Kenneth Graunkei965: Delete gen7_upload_sampler_state_table and vtable...
2014-08-02 Kenneth Graunkei965: Make brw_upload_sampler_state_table handle Gen7...
2014-08-02 Kenneth Graunkei965: Shift brw_upload_sampler_state_table away from...
2014-08-02 Kenneth Graunkei965: Push computation for sampler state batch offsets...
2014-08-02 Kenneth Graunkei965: Drop unused 'ss_index' parameter from gen7_update...
2014-08-02 Kenneth Graunkei965: Stop storing sdc_offset in brw_stage_state.
2014-08-02 Kenneth Graunkei965: Drop the degenerate brw_sampler_default_color...
2014-08-02 Kenneth Graunkei965: Write a better file comment for brw_sampler_state.c.
2014-08-02 Kenneth Graunkei965: Rename brw_wm_sampler_state.c to brw_sampler_state.c.
2014-08-02 Kenneth Graunkei965/blorp: Don't set min_mag_neq bit in Gen6 SAMPLER_S...
2014-08-01 Kevin Rogovindefine GL_OES_standard_derivatives if extension is...
2014-08-01 Roland Scheideggerllvmpipe: don't store number of layers per level
2014-08-01 Roland Scheideggerllvmpipe: integrate memory allocation into llvmpipe_tex...
2014-08-01 Roland Scheideggerllvmpipe: get rid of impossible code in alloc_image_data
2014-08-01 Jordan Justeni965/miptree: Layout 1D Array as 2D Array with height...
2014-08-01 Glenn Kennardr600g: Implement gpu_shader5 textureGather
2014-08-01 Aditya Atlurimesa: Add missing atomic buffer bindings and unbindings
2014-08-01 Michel Dänzerr600g/radeonsi: Prefer VRAM for CPU -> GPU streaming...
2014-08-01 Michel Dänzerr600g/radeonsi: Reduce or even drop special treatment...
2014-08-01 Jon TURNEYtarget-helpers: Do not build kms_dri on libdrm-less...
2014-07-31 Glenn Kennardr600g: gpu_shader5 gl_SampleMaskIn support
2014-07-31 Glenn Kennardr600g: Implement gpu_shader5 integer ops
2014-07-31 Glenn Kennardr600g: Add IMUL_HI/UMUL_HI support
2014-07-31 Glenn Kennardr600g: Implement GL_ARB_texture_query_lod
2014-07-31 Eric Anholtgbm: Log at least one dlerror() when we fail to open...
2014-07-31 Eric Anholtgbm: Fix a debug log message
2014-07-31 Eric Anholtgallium: Add a uif() helper function to complement...
2014-07-31 Vinson Leeglapi: Do not use backtrace on DragonFly.
2014-07-30 Roland Scheideggergallivm: fix up out-of-bounds level when using conforma...
2014-07-30 Giovanni Campagnadri: Add a new capabilities for drivers that can't...
2014-07-30 Giovanni Campagnagallium: Add a dumb drm/kms winsys backed swrast provider
2014-07-30 Giovanni CampagnaAdd support for swrast to the DRM EGL platform
2014-07-30 Emil Velikovst/gbm: don't segfault if the fail to create the screen
2014-07-30 Emil Velikovst/gbm: retrieve the driver-name via dd_driver_name()
2014-07-30 Brian Paulglsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC...
2014-07-29 Ian Romanickconfigure: Don't override user -g or -O options for...
2014-07-29 Carl Worthglsl: Add flex options to eliminate the default rule
2014-07-29 Carl Worthglsl/glcpp: Add flex options to eliminate the default...
2014-07-29 Carl Worthglsl/glcpp: Combine the two rules matching any character
2014-07-29 Carl Worthglsl/glcpp: Alphabetize lists of start conditions
2014-07-29 Carl Worthglsl/glcpp: Add a catch-all rule for unexpected characters.
2014-07-29 Carl Worthglsl/glcpp: Treat carriage return as equivalent to...
2014-07-29 Carl Worthglsl/glcpp: Add test for a multi-line comment within...
2014-07-29 Carl Worthglsl/glcpp: Test that macro parameters substitute immed...
2014-07-29 Carl Worthglsl/glcpp: Add (non)-support for ++ and -- operators
2014-07-29 Carl Worthglsl/glcpp: Emit error for duplicate parameter name...
2014-07-29 Carl Worthglsl/glcpp: Add an explanatory comment for "loc !=...
2014-07-29 Carl Worthglsl/glcpp: Drop the HASH_ prefix from token names...
2014-07-29 Kenneth Graunkeglsl: Properly lex extra tokens when handling # directives.
2014-07-29 Carl Worthglsl: Add an internal-error catch-all rule
2014-07-29 Carl Worthglsl/glcpp: Correctly parse directives with intervening...
2014-07-29 Carl Worthglsl/glcpp: Rename HASH token to HASH_TOKEN
2014-07-29 Carl Worthglsl/glcpp: Don't use start-condition stack when switch...
2014-07-29 Carl Worthglsl/glcpp: Add a -d/--debug option to the standalone...
2014-07-29 Carl Worthglsl/glcpp: Fix off-by-one error in column in first...
2014-07-29 Carl Worthglsl/glcpp: Minor tweak to wording of error message
2014-07-29 Carl Worthglsl/glcpp: Stop using a lexer start condition (<SKIP...
2014-07-29 Carl Worthglsl/glcpp: Abstract a bit of common code for returning...
2014-07-29 Carl Worthglsl/glcpp: Drop extra, final newline from most output
2014-07-29 Carl Worthglsl/glcpp: Add testing for EOF sans newline (and fix...
2014-07-29 Carl Worthglsl/glcpp: Remove some un-needed calls to NEWLINE_CATCHUP
2014-07-29 Carl Worthglsl/glcpp: Add support for comments between #define...
2014-07-29 Carl Worthglsl/glcpp: Emit proper error for #define with a non...
2014-07-29 Carl Worthglsl/glcpp: Add testing for directives preceded by...
2014-07-29 Carl Worthglsl/glcpp: Fix to emit spaces following directives
2014-07-29 Marek Olšákconfigure.ac: require libdrm_radeon 2.4.56 because...
2014-07-29 Jason Ekstrandmain/get_hash_params: Add GL_SAMPLE_SHADING_ARB
2014-07-29 Yaakov Selkowitzos_process.c: Add cygwin as an expected platform
2014-07-29 Yaakov Selkowitzxmlconfig: Use program_invocation_short_name when build...
2014-07-29 Brian Pauldocs: fix date typo: July 78 -> 18
2014-07-29 Brian Paulsvga: remove unneeded depth==1 assertion in svga_textur...
2014-07-29 José Fonsecast/wgl: Clamp wglChoosePixelFormatARB's output nNumForm...
2014-07-29 Michel Dänzergallium/radeon: Add some Emacs .dir-locals.el files
2014-07-29 Chia-I Wuilo: fix fb height of HiZ ops
2014-07-28 Tapani Pälliglapi: add indexed blend functions (GL 4.0)
next