platform/upstream/mesa.git
2013-07-12 José Fonsecaglsl: Avoid variable length arrays. 54/7454/1
2013-07-12 Matt Turnerglsl: Add support for C-style initializers. 53/7453/1
2013-07-12 Matt Turnerglsl: Add infrastructure for aggregate initializers. 52/7452/1
2013-07-12 Matt Turnerglsl: Add an is_declaration field to ast_struct_specifier. 51/7451/1
2013-07-12 Matt Turnerglsl: Track structs' ast_type_specifiers in symbol... 50/7450/1
2013-07-12 Matt Turnerglsl: Add process_vec_mat_constructor() function. 49/7449/1
2013-07-12 Matt Turnerglsl: Separate code into process_record_constructor(). 48/7448/1
2013-07-12 Matt Turnerglsl: Add copy-constructor for ast_struct_specifier. 47/7447/1
2013-07-12 Matt Turnerglsl: Add a constructor for ast_type_specifier. 46/7446/1
2013-07-12 Matt Turnerglsl: Clean up and clarify comment explaining initializ... 45/7445/1
2013-07-12 Matt Turnerglsl: Change type of is_array to bool. 44/7444/1
2013-07-12 Matt Turnerglsl: Add a comment to note what an exec_list is a... 43/7443/1
2013-07-12 Matt Turnerglsl: Fix inverted conditional in error message. 42/7442/1
2013-07-12 Matt Turnerglsl: Add missing return error_value(ctx) in error... 41/7441/1
2013-07-12 Matt Turnerglsl: Remove unnecessary #include from ast_type.cpp. 40/7440/1
2013-07-12 Chia-I Wuglsl/build: build builtin_compiler with VISIBILITY_CFLAGS 39/7439/1
2013-07-11 Matt Turnerglsl: Add comment explaining "row_major" parsing. 38/7438/1
2013-07-11 Matt Turnerglsl: Mark "row_major" as not a reserved word in GLSL... 37/7437/1
2013-07-11 Matt Turnerglsl: Remove outdated FINISHME comment. 36/7436/1
2013-07-11 Alex Deucherradeon: bump libdrm_radeon requirement for CIK support 35/7435/1
2013-07-11 Christoph Bumillerr600g: x/y coordinates must be divided by block dim... 34/7434/1
2013-07-11 Chih-Wei Huangr600g/sb: Fix Android build v2 33/7433/1
2013-07-11 Vadim Girlinr600g/sb: improve math optimizations v2 32/7432/1
2013-07-11 Jonathan Grayst/xvmc/tests: avoid non portable error.h functions 31/7431/1
2013-07-11 Anuj Phogati965/blorp: Fix clear rectangle alignment in fast color... 30/7430/1
2013-07-11 Chia-I Wuwinsys/intel: build with VISIBILITY_CFLAGS 29/7429/1
2013-07-11 Chia-I Wuilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12 28/7428/1
2013-07-10 Chia-I Wuilo: correctly initialize undefined registers in fs 27/7427/1
2013-07-10 Michel Dänzerradeonsi: Handle TGSI_OPCODE_DDX/Y using local memory 26/7426/1
2013-07-10 Michel Dänzerradeonsi: Handle TGSI_OPCODE_TXD 25/7425/1
2013-07-10 José Fonsecautil/u_math: Use xmmintrin.h whenever possible. 24/7424/1
2013-07-10 Chia-I Wuilo: honor surface padding requirements 23/7423/1
2013-07-10 Zack Rusinutil: treat denorm'ed floats like zero 22/7422/1
2013-07-09 Matt Turnermesa: Set ProfileMask properly for core profile. 21/7421/1
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely. 20/7420/1
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context. 19/7419/1
2013-07-09 Kenneth Graunkei965: Move intel_context::has_llc to brw_context. 18/7418/1
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co... 17/7417/1
2013-07-09 Kenneth Graunkei965: Move must_use/has_separate_stencil fields to... 16/7416/1
2013-07-09 Kenneth Graunkei965: Move intel_context::has_hiz to brw_context. 15/7415/1
2013-07-09 Kenneth Graunkei965: Free brw, not intel. 14/7414/1
2013-07-09 Kenneth Graunkei965: Shorten context base class dereference chains. 13/7413/1
2013-07-09 Kenneth Graunkei965: Move intel_context::has_swizzling to brw_context. 12/7412/1
2013-07-09 Kenneth Graunkei965: Move intel_context::intelScreen to brw_context. 11/7411/1
2013-07-09 Kenneth Graunkei965: Delete unused intel_context::driFd field. 10/7410/1
2013-07-09 Kenneth Graunkei965: Store brw_context as the DRI driver private,... 09/7409/1
2013-07-09 Kenneth Graunkei965: Move intel_context::driContext to brw_context. 08/7408/1
2013-07-09 Kenneth Graunkei965: Move intel_context::NewGLState to brw_context. 07/7407/1
2013-07-09 Kenneth Graunkei965: Move intel_context::upload to brw_context. 06/7406/1
2013-07-09 Kenneth Graunkei965: Move intel_context::max_gtt_map_object_size to... 05/7405/1
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context. 04/7404/1
2013-07-09 Kenneth Graunkei965: Move intel_context::no_batch_wrap to brw_context. 03/7403/1
2013-07-09 Kenneth Graunkei965: Move intel_context's framerate throttling fields... 02/7402/1
2013-07-09 Kenneth Graunkei965: Move intel_context::stats_wm to brw_context. 01/7401/1
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context. 00/7400/1
2013-07-09 Kenneth Graunkei965: Move intel_context::hw_ctx to brw_context. 99/7399/1
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context. 98/7398/1
2013-07-09 Kenneth Graunkei965: Move intel_context's driconf flags to brw_context. 97/7397/1
2013-07-09 Kenneth Graunkei965: Move intel_context::reduced_primitive to brw_context. 96/7396/1
2013-07-09 Kenneth Graunkei965: Move front buffer rendering fields from intel_con... 95/7395/1
2013-07-09 Kenneth Graunkei965: Move intel_context::vtbl to brw_context. 94/7394/1
2013-07-09 Kenneth Graunkei965: Move intel_context::optionCache to brw_context. 93/7393/1
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c... 92/7392/1
2013-07-09 Kenneth Graunkei965: Remove pointless intel_context parameter from... 91/7391/1
2013-07-09 Kenneth Graunkei965: Add forward declarations of brw_context to a... 90/7390/1
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte... 89/7389/1
2013-07-09 Kenneth Graunkei965: Move ctx->Const setup from intelInitContext to... 88/7388/1
2013-07-09 Kenneth Graunkei965: Split code to set ctx->Const values into a helper... 87/7387/1
2013-07-09 Kenneth Graunkei915: Remove i965+ chip names. 86/7386/1
2013-07-09 Kenneth Graunkei965: Remove i915 chip names. 85/7385/1
2013-07-09 Kenneth Graunkei965: Replace intel_context:needs_ff_sync with intel... 84/7384/1
2013-07-09 Kenneth Graunkei965: Add missing newline to blorp color clear perf_deb... 83/7383/1
2013-07-09 Emil Velikovglsl: Silence unused variable warning in the release... 82/7382/1
2013-07-09 Emil Velikovglsl/ast: Silence uninitialized variable warnings in... 81/7381/1
2013-07-08 Paul Berryi965: Add an assertion to brwProgramStringNotify. 80/7380/1
2013-07-08 Matt Turnerglsl: Allow non-constant expression initializers of... 79/7379/1
2013-07-08 Marek Olšákr600g: improve the mechanism for recognizing an empty CS 78/7378/1
2013-07-08 Marek Olšákr600g: explicitly flush caches for streamout-based... 77/7377/1
2013-07-08 Marek Olšákr600g: only flush the caches that need to be flushed... 76/7376/1
2013-07-08 Marek Olšákr600g: split INVAL_READ_CACHES into vertex, tex, and... 75/7375/1
2013-07-08 Alex Deucherr600g: adjust flush flags (v3) 74/7374/1
2013-07-08 Marek Olšákr600g: don't call buffer_wait in buffer_mmap_sync_with_... 73/7373/1
2013-07-08 Marek Olšákr600g: don't read back the MSAA depth buffer if the... 72/7372/1
2013-07-08 Marek Olšákr600g: don't flush the context in texture_transfer_map 71/7371/1
2013-07-08 Marek Olšákr600g: fix texture offset computation for mapped MSAA... 70/7370/1
2013-07-08 Marek Olšákr600g: fix color resolve for RGBX8 and RGBX16 integer... 69/7369/1
2013-07-08 Marek Olšákr600g: enable fast MSAA color clear for array/3D/cube... 68/7368/1
2013-07-08 Marek Olšákr600g: implement fast MSAA color clear for integer... 67/7367/1
2013-07-08 Christian Königr600/uvd: fix check for UVD 2.x 66/7366/1
2013-07-06 Chris Forbesi965: fix alpha test for MRT 65/7365/1
2013-07-05 Roland Scheideggergallivm: (trivial) fix using one lod instead of per... 64/7364/1
2013-07-05 José Fonsecagallivm: Remove bogus assert. 63/7363/1
2013-07-05 Ben Skeggsnvc0: enable very initial support for nvf0 (GK110) 62/7362/1
2013-07-04 Roland Scheideggergallivm: (trivial) fix bogus assertion for per-element... 61/7361/1
2013-07-04 Roland Scheideggergallivm: do per-pixel lod calculations for explicit lod 60/7360/1
2013-07-03 Zack Rusindraw: fix overflows in the indexed rendering paths 59/7359/1
2013-07-03 Zack Rusindraw/llvm: index overflows if it's greater than elt max 58/7358/1
2013-07-03 Kenneth Graunkei965: Move the rest of intel_tex_layout.c into brw_tex_... 57/7357/1
2013-07-03 Kenneth Graunkei965: Push intel_get_texture_alignment_unit call into... 56/7356/1
2013-07-03 Kenneth Graunkei965: Declare for-loop counters in the loop in brw_tex_... 55/7355/1
next