summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-08-21r600g: Fix flat/smooth shade state toggle10.3-branchpointGlenn Kennard1-1/+3
2014-08-21r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard1-3/+0
2014-08-21r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard1-2/+3
2014-08-21pipe-loader: Fix memory leak v2Tom Stellard2-2/+2
2014-08-21radeon: Add work-around for missing Hainan support in clang < 3.6 v2Tom Stellard1-1/+14
2014-08-21st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer1-2/+14
2014-08-20i965,meta: Stop unlocking the texture to try and prevent deadlocks.Kenneth Graunke2-22/+0
2014-08-20mesa: Use a recursive mutex for the texture lock.Kenneth Graunke1-1/+1
2014-08-20glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS XCarl Worth1-2/+2
2014-08-20glcpp: Use printf instead of "echo -n" in glcpp-testCarl Worth1-2/+2
2014-08-20i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.Matt Turner1-27/+33
2014-08-20Teach os_get_total_physical_memory about CygwinJon TURNEY1-2/+2
2014-08-20r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2-1/+2
2014-08-20gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee1-0/+4
2014-08-19glsl: Use the without_array predicate in some more placesTimothy Arceri2-4/+2
2014-08-19i965: Flush the RC and TC before doing a fast clear resolveKristian Høgsberg1-2/+2
2014-08-20i965: Enable ARB_conditional_render_inverted on Gen6+.Chris Forbes1-0/+1
2014-08-20mesa: Add support for inverted s/w conditional renderingChris Forbes1-0/+13
2014-08-19i965/vec4: Add a pass to reduce swizzles.Matt Turner2-0/+99
2014-08-19vc4: Plumb the texture index from TGSI through to the sampler uniforms.Eric Anholt1-15/+11
2014-08-19vc4: Avoid a null-deref if a sampler index isn't used.Eric Anholt1-2/+5
2014-08-19mesa: fix NULL pointer deref bug in _mesa_drawbuffers()Brian Paul1-1/+1
2014-08-19r600g: Fix missing SET_TEXTURE_OFFSETSGlenn Kennard4-57/+87
2014-08-19gallium/target: Add needed mesautil lib to haiku-softpipeAlexander von Gluck IV1-0/+1
2014-08-19gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV1-0/+7
2014-08-19haiku/swrast: Add missing src include search path for missing util/macros.hAlexander von Gluck IV1-0/+1
2014-08-19llvmpipe/softpipe: enable ARB_conditional_render_invertedTobias Klausmann2-2/+3
2014-08-19nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann4-32/+37
2014-08-19mesa/st: Support ARB_conditional_render_inverted modesTobias Klausmann2-1/+20
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann15-0/+18
2014-08-19mesa: add ARB_conditional_render_inverted flagsTobias Klausmann3-2/+10
2014-08-19glapi: add GL_ARB_conditional_render_invertedTobias Klausmann2-1/+14
2014-08-19ilo: fix PIPE_CAP_VIDEO_MEMORYChia-I Wu1-2/+2
2014-08-19ilo: enable HiZ in more cases on GEN6Chia-I Wu3-31/+44
2014-08-19ilo: remove layer offsettingChia-I Wu7-393/+27
2014-08-19ilo: migrate to ilo_layoutChia-I Wu8-1454/+213
2014-08-19ilo: add new resource layout codeChia-I Wu3-0/+1779
2014-08-19gallium/radeon: Do not use u_upload_mgr for buffer downloadsNiels Ole Salscheider1-12/+8
2014-08-19r600g: copy IA_MULTI_VGT_PARAM programming from radeonsi for CaymanMarek Olšák4-3/+36
2014-08-19radeonsi: bump PRIMGROUP_SIZE for some casesMarek Olšák1-1/+4
2014-08-19radeonsi: set PARTIAL_VS_WAVE(0) when appropriateMarek Olšák1-1/+6
2014-08-19radeonsi: set IA_MULTI_VGT_PARAM on SI the same as on CIK (v2)Marek Olšák2-46/+50
2014-08-19radeonsi: simplify si_num_banks functionMarek Olšák3-15/+13
2014-08-19radeonsi: use r600_draw_rectangle from r600gMarek Olšák9-75/+77
2014-08-19radeonsi: save scissor state and sample mask for u_blitterMarek Olšák3-8/+29
2014-08-19radeonsi: don't set CB_SHADER_MASK=1 if there are no color outputsMarek Olšák1-4/+0
2014-08-19gallium/u_blitter: don't use an empty fragment shader if there's a colorbufferMarek Olšák1-1/+1
2014-08-19gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_texMarek Olšák1-0/+3
2014-08-19rbug: only add textures to the listMarek Olšák1-2/+5
2014-08-19rbug: fix a crash in sampler_view_destroy caused by incorrect contextMarek Olšák1-1/+1