mesa.git
2013-07-09 Kenneth Graunkei965: Move intel_context::optionCache to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Remove pointless intel_context parameter from...
2013-07-09 Kenneth Graunkei965: Add forward declarations of brw_context to a...
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-07-09 Kenneth Graunkei965: Move ctx->Const setup from intelInitContext to...
2013-07-09 Kenneth Graunkei965: Split code to set ctx->Const values into a helper...
2013-07-09 Kenneth Graunkei915: Remove i965+ chip names.
2013-07-09 Kenneth Graunkei965: Remove i915 chip names.
2013-07-09 Kenneth Graunkei965: Replace intel_context:needs_ff_sync with intel...
2013-07-09 Kenneth Graunkei965: Add missing newline to blorp color clear perf_deb...
2013-07-09 Emil Velikovglsl: Silence unused variable warning in the release...
2013-07-09 Emil Velikovglsl/ast: Silence uninitialized variable warnings in...
2013-07-08 Paul Berryi965: Add an assertion to brwProgramStringNotify.
2013-07-08 Matt Turnerglsl: Allow non-constant expression initializers of...
2013-07-08 Marek Olšákr600g: improve the mechanism for recognizing an empty CS
2013-07-08 Marek Olšákr600g: explicitly flush caches for streamout-based...
2013-07-08 Marek Olšákr600g: only flush the caches that need to be flushed...
2013-07-08 Marek Olšákr600g: split INVAL_READ_CACHES into vertex, tex, and...
2013-07-08 Alex Deucherr600g: adjust flush flags (v3)
2013-07-08 Marek Olšákr600g: don't call buffer_wait in buffer_mmap_sync_with_...
2013-07-08 Marek Olšákr600g: don't read back the MSAA depth buffer if the...
2013-07-08 Marek Olšákr600g: don't flush the context in texture_transfer_map
2013-07-08 Marek Olšákr600g: fix texture offset computation for mapped MSAA...
2013-07-08 Marek Olšákr600g: fix color resolve for RGBX8 and RGBX16 integer...
2013-07-08 Marek Olšákr600g: enable fast MSAA color clear for array/3D/cube...
2013-07-08 Marek Olšákr600g: implement fast MSAA color clear for integer...
2013-07-08 Christian Königr600/uvd: fix check for UVD 2.x
2013-07-06 Chris Forbesi965: fix alpha test for MRT
2013-07-05 Roland Scheideggergallivm: (trivial) fix using one lod instead of per...
2013-07-05 José Fonsecagallivm: Remove bogus assert.
2013-07-05 Ben Skeggsnvc0: enable very initial support for nvf0 (GK110)
2013-07-04 Roland Scheideggergallivm: (trivial) fix bogus assertion for per-element...
2013-07-04 Roland Scheideggergallivm: do per-pixel lod calculations for explicit lod
2013-07-03 Zack Rusindraw: fix overflows in the indexed rendering paths
2013-07-03 Zack Rusindraw/llvm: index overflows if it's greater than elt max
2013-07-03 Kenneth Graunkei965: Move the rest of intel_tex_layout.c into brw_tex_...
2013-07-03 Kenneth Graunkei965: Push intel_get_texture_alignment_unit call into...
2013-07-03 Kenneth Graunkei965: Declare for-loop counters in the loop in brw_tex_...
2013-07-03 Kenneth Graunkei965: Remove use of GLuint/GLint in brw_tex_layout.c.
2013-07-03 Kenneth Graunkei965: Tidy the brw_tex_layout.c copyright and file...
2013-07-03 Kenneth Graunkei965: Move i945_texture_layout_2d to brw_tex_layout.c
2013-07-03 Kenneth Graunkei965: Remove fallthrough for Gen4 cube map layout.
2013-07-03 Kenneth Graunkei965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the...
2013-07-03 Kenneth Graunkei965: Pull 3D texture layout code out into a helper...
2013-07-03 Kenneth Graunkei965: Replace maxBatchSize variable with BATCH_SZ define.
2013-07-03 Kenneth Graunkei965: Move annotate_aub out of the vtable.
2013-07-03 Kenneth Graunkei965: Move debug_batch hook out of the vtable.
2013-07-03 Kenneth Graunkei965: Remove render_target_supported from the vtable.
2013-07-03 Kenneth Graunkei965: Move is_hiz_depth_format out of the vtable.
2013-07-03 Kenneth Graunkei965: Remove the invalidate_state() vtable hook.
2013-07-03 Kenneth Graunkei965: Replace fprintfs with assertions in GLenum compar...
2013-07-03 Kenneth Graunkei965: Replace intel_state.c enums with those from brw_d...
2013-07-03 Kenneth Graunkei965: Delete pre-DRI2.3 viewport hacks.
2013-07-03 Kenneth Graunkei965: Remove "There are probably better ways" comment.
2013-07-03 Kenneth Graunkei965: Delete brw_print_reg() function.
2013-07-03 Kenneth Graunkei965: Move contents of intel_clear.h to intel_context.h.
2013-07-03 Kenneth Graunkei965: Move contents of intel_extensions.h to intel_cont...
2013-07-03 Kenneth Graunkei965: Remove some dead code.
2013-07-03 Kenneth Graunkei965: Delete dead intel_buffer_object::range_map_size...
2013-07-03 Kenneth Graunkei965: Remove intel_buffer_object::source.
2013-07-03 Kenneth Graunkei965: Fix buffer object segfault since removal of syste...
2013-07-03 Matthew McClurepostprocess: move second temporary assertion into isola...
2013-07-03 José Fonsecaglsl: Ensure snprintf is defined on MSVC builds.
2013-07-03 Ilia Mirkintargets/xvmc-nouveau: add in missing nv30 lib
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
2013-07-02 Marek Olšákst/mesa: disable EXT_separate_shader_objects
2013-07-02 Marek Olšákglsl/linker: eliminate unused and set-but-unused built...
2013-07-02 Marek Olšákglsl/linker: check against varying limit after unused...
2013-07-02 Marek Olšákglsl/linker: link shaders in the opposite order (from...
2013-07-02 Marek Olšákmesa: renumber shader indices according to their placem...
2013-07-02 José Fonsecagallivm: Simplify intrinsic name construction.
2013-07-02 Kenneth Graunkeglsl/builtins: Fix ARB_texture_cube_map_array built...
2013-07-02 José Fonsecagallivm: Fix MSVC build.
2013-07-02 José Fonsecagallivm: Fix indirect immediate registers.
2013-06-28 Zack Rusingallium/tests: fix the translate test
2013-07-01 Anuj Phogati965: Enable ext_framebuffer_multisample_blit_scaled...
2013-07-01 Anuj Phogati965/blorp: Add bilinear filtering of samples for multi...
2013-07-01 Ian Romanickdocs: Import 9.1.4 release notes, add news item.
2013-06-28 Zack Rusindraw/translate: fix instancing
2013-06-28 Zack Rusindraw: fix incorrect clipper invocation statistics
2013-06-28 Zack Rusindraw/gallivm: export overflow arithmetic to its own...
2013-06-28 Zack Rusindraw: check for integer overflows in instance computation
2013-06-28 Zack Rusindraw: check for an integer overflow when computing...
2013-06-28 Zack Rusindraw: account for elem size when computing overflow
2013-07-01 Vinson Leei965: Initialize brw_blorp_const_color_program member...
2013-07-01 Ross Burtoneglplatform: use unsigned long instead of 32-bit ints...
2013-07-01 Ross Burtonbuild: fix EGL build when no X11 headers are present
2013-07-01 José Fonsecatools/trace: Return dummy fence object to silence warnings.
2013-07-01 José Fonsecatools/trace: Don't crash if a trace has no timing infor...
2013-07-01 José Fonsecascons: Fix dependencies of enums.c and api_exec.c.
2013-07-01 Maarten Lankhorstnvc0: allow frame dropping in h264
2013-07-01 Tom Stellardr300g/compiler: Prevent regalloc from swizzling texture...
2013-07-01 Tom Stellardr300g/compiler/tests: Add an assembly parser
2013-07-01 Tom Stellardr300g: Fix make check
2013-07-01 Grigori Goronzyr600g: implement fast color clears for MSAA on evergreen+
2013-07-01 Marek Olšákr600g/compute: disable unused colorbuffer slots
2013-06-30 Marek Olšákst/mesa: handle SNORM formats in generic CopyPixels...
2013-06-29 Matt Turneri965: NULL check depth_mt to quiet static analysis.
2013-06-29 Roland Scheideggerllvmpipe: fix timer query if there's no bins
next