platform/upstream/mesa.git
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
2013-07-03 Kenneth Graunkei965: Remove use of GLuint/GLint in brw_tex_layout.c. 54/7354/1
2013-07-03 Kenneth Graunkei965: Tidy the brw_tex_layout.c copyright and file... 53/7353/1
2013-07-03 Kenneth Graunkei965: Move i945_texture_layout_2d to brw_tex_layout.c 52/7352/1
2013-07-03 Kenneth Graunkei965: Remove fallthrough for Gen4 cube map layout. 51/7351/1
2013-07-03 Kenneth Graunkei965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the... 50/7350/1
2013-07-03 Kenneth Graunkei965: Pull 3D texture layout code out into a helper... 49/7349/1
2013-07-03 Kenneth Graunkei965: Replace maxBatchSize variable with BATCH_SZ define. 48/7348/1
2013-07-03 Kenneth Graunkei965: Move annotate_aub out of the vtable. 47/7347/1
2013-07-03 Kenneth Graunkei965: Move debug_batch hook out of the vtable. 46/7346/1
2013-07-03 Kenneth Graunkei965: Remove render_target_supported from the vtable. 45/7345/1
2013-07-03 Kenneth Graunkei965: Move is_hiz_depth_format out of the vtable. 44/7344/1
2013-07-03 Kenneth Graunkei965: Remove the invalidate_state() vtable hook. 43/7343/1
2013-07-03 Kenneth Graunkei965: Replace fprintfs with assertions in GLenum compar... 42/7342/1
2013-07-03 Kenneth Graunkei965: Replace intel_state.c enums with those from brw_d... 41/7341/1
2013-07-03 Kenneth Graunkei965: Delete pre-DRI2.3 viewport hacks. 40/7340/1
2013-07-03 Kenneth Graunkei965: Remove "There are probably better ways" comment. 39/7339/1
2013-07-03 Kenneth Graunkei965: Delete brw_print_reg() function. 38/7338/1
2013-07-03 Kenneth Graunkei965: Move contents of intel_clear.h to intel_context.h. 37/7337/1
2013-07-03 Kenneth Graunkei965: Move contents of intel_extensions.h to intel_cont... 36/7336/1
2013-07-03 Kenneth Graunkei965: Remove some dead code. 35/7335/1
2013-07-03 Kenneth Graunkei965: Delete dead intel_buffer_object::range_map_size... 34/7334/1
2013-07-03 Kenneth Graunkei965: Remove intel_buffer_object::source. 33/7333/1
2013-07-03 Kenneth Graunkei965: Fix buffer object segfault since removal of syste... 32/7332/1
2013-07-03 Matthew McClurepostprocess: move second temporary assertion into isola... 31/7331/1
2013-07-03 José Fonsecaglsl: Ensure snprintf is defined on MSVC builds. 30/7330/1
2013-07-03 Ilia Mirkintargets/xvmc-nouveau: add in missing nv30 lib 29/7329/1
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit... 28/7328/1
2013-07-02 Marek Olšákst/mesa: disable EXT_separate_shader_objects 27/7327/1
2013-07-02 Marek Olšákglsl/linker: eliminate unused and set-but-unused built... 26/7326/1
2013-07-02 Marek Olšákglsl/linker: check against varying limit after unused... 25/7325/1
2013-07-02 Marek Olšákglsl/linker: link shaders in the opposite order (from... 24/7324/1
2013-07-02 Marek Olšákmesa: renumber shader indices according to their placem... 23/7323/1
2013-07-02 José Fonsecagallivm: Simplify intrinsic name construction. 22/7322/1
2013-07-02 Kenneth Graunkeglsl/builtins: Fix ARB_texture_cube_map_array built... 21/7321/1
2013-07-02 José Fonsecagallivm: Fix MSVC build. 20/7320/1
2013-07-02 José Fonsecagallivm: Fix indirect immediate registers. 19/7319/1
2013-06-28 Zack Rusingallium/tests: fix the translate test 18/7318/1
2013-07-01 Anuj Phogati965: Enable ext_framebuffer_multisample_blit_scaled... 17/7317/1
2013-07-01 Anuj Phogati965/blorp: Add bilinear filtering of samples for multi... 16/7316/1
2013-07-01 Ian Romanickdocs: Import 9.1.4 release notes, add news item. 15/7315/1
2013-06-28 Zack Rusindraw/translate: fix instancing 14/7314/1
2013-06-28 Zack Rusindraw: fix incorrect clipper invocation statistics 13/7313/1
2013-06-28 Zack Rusindraw/gallivm: export overflow arithmetic to its own... 12/7312/1
2013-06-28 Zack Rusindraw: check for integer overflows in instance computation 11/7311/1
2013-06-28 Zack Rusindraw: check for an integer overflow when computing... 10/7310/1
2013-06-28 Zack Rusindraw: account for elem size when computing overflow 09/7309/1
2013-07-01 Vinson Leei965: Initialize brw_blorp_const_color_program member... 08/7308/1
2013-07-01 Ross Burtoneglplatform: use unsigned long instead of 32-bit ints... 07/7307/1
2013-07-01 Ross Burtonbuild: fix EGL build when no X11 headers are present 06/7306/1
2013-07-01 José Fonsecatools/trace: Return dummy fence object to silence warnings. 05/7305/1
2013-07-01 José Fonsecatools/trace: Don't crash if a trace has no timing infor... 04/7304/1
2013-07-01 José Fonsecascons: Fix dependencies of enums.c and api_exec.c. 03/7303/1
2013-07-01 Maarten Lankhorstnvc0: allow frame dropping in h264 02/7302/1
2013-07-01 Tom Stellardr300g/compiler: Prevent regalloc from swizzling texture... 01/7301/1
2013-07-01 Tom Stellardr300g/compiler/tests: Add an assembly parser 00/7300/1
next