summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-11r600g: fix two issues in compressed msaa reading codegallium-texture-multisampleDave Airlie1-2/+2
2013-04-11r600g: add get_sample_position support (v3)Dave Airlie2-122/+240
2013-04-11st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie12-20/+96
2013-04-11st/mesa: add support for get sample positionDave Airlie4-0/+96
2013-04-11gallium: add get_sample_position interfaceDave Airlie1-0/+13
2013-04-10egl/x11: Fix initialisation of swap_intervalRalf Jung1-2/+2
2013-04-10intel: Fall back to X-tiling when larger than estimated aperture size.Kenneth Graunke1-2/+26
2013-04-10intel: Refactor code in intel_miptree_choose_tiling().Kenneth Graunke1-4/+6
2013-04-10intel: Move the max_gtt_map_object_size estimation to intel_context.Kenneth Graunke3-18/+20
2013-04-11r600g: Add support for GL_ARB_texture_buffer_rangeFredrik Höglund3-5/+11
2013-04-10i965/blorp: Remove unnecessary test in gen7_blorp_emit_depth_stencil_config.Paul Berry1-7/+5
2013-04-10r600g: fix valgrind warning on CaymanMarek Olšák1-1/+1
2013-04-10gallivm/tgsi: handle untyped movesZack Rusin2-0/+10
2013-04-10gallivm: fix loops and conditionals within GSZack Rusin2-19/+105
2013-04-10llvmpipe: implement PIPE_QUERY_SO_STATISTICSZack Rusin2-0/+21
2013-04-10gallivm: fix unsigned divide and remainder opcodesZack Rusin1-4/+33
2013-04-10gallivm: fix breakcZack Rusin1-12/+14
2013-04-10intel/hsw: Enable hiz (v2)Chad Versace2-2/+51
2013-04-10i965: Remove brw_context::depthstencil::hiz_mtChad Versace2-3/+0
2013-04-10intel: Replace checks for hiz_mt with intel_has*hiz()Chad Versace8-40/+36
2013-04-10i965: Change signature of brw_get_depthstencil_tile_masks()Chad Versace4-3/+16
2013-04-10i965/blorp: Add fields brw_blorp_mip_info::level,layerChad Versace2-0/+15
2013-04-10intel: Add field intel_mipmap_slice::has_hizChad Versace4-2/+44
2013-04-10i965/blorp: Align rectangle primitive for hiz opsChad Versace1-0/+29
2013-04-10i965/vs: Use GRFs for pull constant offsets on gen7.Eric Anholt6-22/+56
2013-04-10i965/vs: When asked to make a dst_reg for a src.xxxx, just write to src.x.Eric Anholt1-1/+8
2013-04-10i965/gen6: Reduce updates of transform feedback offsets with HW contexts.Eric Anholt1-1/+1
2013-04-10i965/gen7: Skip resetting SOL offsets at batch start with HW contexts.Eric Anholt2-6/+21
2013-04-10radeonsi: remove sampler writemask v3Christian König2-13/+8
2013-04-10pipe-loader: Fix out of source buildNiels Ole Salscheider1-2/+2
2013-04-09st/mesa: remove #if FEATURE_GL/ES testsBrian Paul1-7/+0
2013-04-09mesa: remove old comment about FEATURE_GLBrian Paul1-2/+1
2013-04-09mesa: remove #ifdef FEATURE_ES2, add some comments insteadBrian Paul1-2/+9
2013-04-09st/mesa: remove #include mfeatures.hBrian Paul24-24/+0
2013-04-09docs: initial 9.2 release notes fileBrian Paul2-0/+66
2013-04-09st/osmesa: re-use buffers in OSMesaMakeCurrent()Brian Paul1-7/+54
2013-04-10mesa: update derived framebuffer state in GetMultisamplefvMarek Olšák1-0/+5
2013-04-10mesa: fix glGet queries depending on derived framebuffer state (v2)Marek Olšák2-7/+26
2013-04-09i965/gen7.5: Allow HW primitive restart for all primitive types.Paul Berry1-7/+6
2013-04-09i965: Only use brw_draw.c's trim() function when necessary.Paul Berry1-2/+14
2013-04-09i965/vs: Fix DEBUG_SHADER_TIME when VS terminates with 2 URB writes.Paul Berry1-4/+2
2013-04-09st/vdpau: fix subtitle related bug v2Christian König1-0/+4
2013-04-09glsl/linker: Reduce scope of non-flat integer varying fix.Paul Berry1-4/+3
2013-04-09glsl/linker: Adapt flat varying handling in preparation for geometry shaders.Paul Berry1-10/+20
2013-04-09glsl: Document lower_packed_varyings' "flat" requirement with an assert.Paul Berry1-0/+8
2013-04-09glsl/linker: fix varying packing for non-flat integer varyings.Paul Berry1-0/+19
2013-04-09glsl: Check the size of ir_print_visitor's mode[] array with STATIC_ASSERT.Paul Berry2-1/+3
2013-04-09glsl: Fix ir_print_visitor's handling of interpolation qualifiers.Paul Berry2-2/+5
2013-04-09autotools: Better describe which cases OProfileJIT is required.Johannes Obermayr1-2/+6
2013-04-09softpipe: misc updates to image dumping in softpipe_flush()Brian Paul1-3/+4