aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove sampler writemask v3Christian König2013-04-102-13/+8
* pipe-loader: Fix out of source buildNiels Ole Salscheider2013-04-101-2/+2
* st/mesa: remove #if FEATURE_GL/ES testsBrian Paul2013-04-091-7/+0
* mesa: remove old comment about FEATURE_GLBrian Paul2013-04-091-2/+1
* mesa: remove #ifdef FEATURE_ES2, add some comments insteadBrian Paul2013-04-091-2/+9
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-0924-24/+0
* st/osmesa: re-use buffers in OSMesaMakeCurrent()Brian Paul2013-04-091-7/+54
* mesa: update derived framebuffer state in GetMultisamplefvMarek Olšák2013-04-101-0/+5
* mesa: fix glGet queries depending on derived framebuffer state (v2)Marek Olšák2013-04-102-7/+26
* i965/gen7.5: Allow HW primitive restart for all primitive types.Paul Berry2013-04-091-7/+6
* i965: Only use brw_draw.c's trim() function when necessary.Paul Berry2013-04-091-2/+14
* i965/vs: Fix DEBUG_SHADER_TIME when VS terminates with 2 URB writes.Paul Berry2013-04-091-4/+2
* st/vdpau: fix subtitle related bug v2Christian König2013-04-091-0/+4
* glsl/linker: Reduce scope of non-flat integer varying fix.Paul Berry2013-04-091-4/+3
* glsl/linker: Adapt flat varying handling in preparation for geometry shaders.Paul Berry2013-04-091-10/+20
* glsl: Document lower_packed_varyings' "flat" requirement with an assert.Paul Berry2013-04-091-0/+8
* glsl/linker: fix varying packing for non-flat integer varyings.Paul Berry2013-04-091-0/+19
* glsl: Check the size of ir_print_visitor's mode[] array with STATIC_ASSERT.Paul Berry2013-04-092-1/+3
* glsl: Fix ir_print_visitor's handling of interpolation qualifiers.Paul Berry2013-04-092-2/+5
* softpipe: misc updates to image dumping in softpipe_flush()Brian Paul2013-04-091-3/+4
* tgsi: Ensure struct tgsi_ind_register field Index is initialized.Vinson Lee2013-04-081-0/+1
* r600g: Fix UMAD on CaymanMartin Andersson2013-04-091-13/+32
* intel: Remove the texture_tiling driconf option.Kenneth Graunke2013-04-084-11/+1
* i965: Prefer Y-tiling on Gen6+.Kenneth Graunke2013-04-081-1/+1
* i965: Use tiling even for compressed textures.Kenneth Graunke2013-04-081-1/+1
* intel: Refactor selection of miptree tilingChad Versace2013-04-081-42/+61
* intel: Allocate hiz in intel_renderbuffer_move_to_temp()Chad Versace2013-04-081-0/+4
* st/mesa: fix levels in initial texture creationDave Airlie2013-04-081-1/+1
* glsl: Don't early-out for error-type inputsIan Romanick2013-04-083-15/+11
* glsl: Don't emit spurious errors for constant indexes of the wrong typeIan Romanick2013-04-081-2/+2
* glsl: Collect all of the non-constant index error checks togetherIan Romanick2013-04-081-45/+42
* glsl: Minor code compaction in _mesa_ast_array_index_to_hirIan Romanick2013-04-081-9/+8
* glsl: Don't return a value from check_builtin_array_max_sizeIan Romanick2013-04-082-5/+2
* glsl: Remove some unnecessary uses of error_emittedIan Romanick2013-04-081-15/+4
* glsl: Refactor handling of ast_array_index to a separate functionIan Romanick2013-04-084-162/+205
* glsl: Make check_build_array_max_size externally visibleIan Romanick2013-04-082-1/+5
* intel: Avoid making tiled miptrees we won't be able to blit.Eric Anholt2013-04-081-14/+21
* intel: Do temporary CPU maps of textures that are too big to GTT map.Eric Anholt2013-04-081-0/+21
* intel: Add support for writing to our linear-temporary-CPU-map case.Eric Anholt2013-04-081-2/+23
* intel: Remove check for kernel 2.6.29.Kenneth Graunke2013-04-081-7/+0
* intel: Require kernel 2.6.39 for relaxed relocation support.Kenneth Graunke2013-04-082-5/+4
* i965: Remove a few BRW_STATE_... enum values.Kenneth Graunke2013-04-081-2/+0
* i965: Remove brw->vb.info and struct brw_vertex_info.Kenneth Graunke2013-04-082-13/+0
* i965: Remove the BRW_NEW_INPUT_DIMENSIONS flag.Kenneth Graunke2013-04-083-8/+0
* register_allocate: Fix the type of best_benefit.Matt Turner2013-04-081-1/+1
* r600g/llvm: Add support for native isa for pre EGVincent Lejeune2013-04-082-2/+6
* gallium/util: add const to a parameter of util_max_layerMarek Olšák2013-04-061-1/+1
* st/mesa: don't expose ARB_color_buffer_float without driver support in GL coreMarek Olšák2013-04-061-0/+11
* mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák2013-04-067-15/+48
* mesa: move updating clamp control derived state out of mesa_update_state_lockedMarek Olšák2013-04-064-36/+40