summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-27build: Use AX_PTHREAD to detect pthreadsMatt Turner4-0/+327
2012-09-27r600g: fix EXP on CaymanMarek Olšák1-4/+2
2012-09-27r600g: fix RSQ of negative value on CaymanMarek Olšák1-0/+5
2012-09-27r600g: fix instance divisor on CaymanMarek Olšák1-19/+35
2012-09-27r600g: flush FMASK and CMASK when changing colorbuffers on EvergreenMarek Olšák6-1/+18
2012-09-27r600g: use invalid DB hardware formats to disable depth/stencilMarek Olšák3-2/+23
2012-09-27intel: Fix segfault in intel_texsubimage_tiled_memcpyChad Versace1-2/+1
2012-09-26i965: Do texture swizzling in hardware on Haswell.Kenneth Graunke2-5/+52
2012-09-26i965: Refactor texture swizzle generation into a helper.Kenneth Graunke3-49/+60
2012-09-27radeon/llvm: improve select_cc lowering to generate CND* more oftenVincent Lejeune4-41/+103
2012-09-26intel: Fix size of temporary etc1 bufferChad Versace1-3/+4
2012-09-26radeonsi: fix truncated register define.Alex Deucher1-3/+3
2012-09-26mesa: move _mesa_es_error_check_format_and_type() to glformats.cBrian Paul5-69/+73
2012-09-26mesa: move GL_HALF_FLOAT_OES definition to glheader.hBrian Paul3-11/+7
2012-09-26mesa: minor fix to glTexSubImage error messageBrian Paul1-1/+2
2012-09-26mesa: consolidate sub-texture error checking codeBrian Paul1-168/+94
2012-09-26mesa: consolidate glTexSubImage() error checkingBrian Paul1-40/+38
2012-09-26mesa: consolidate glCompressedTexSubImage() error checkingBrian Paul1-77/+88
2012-09-26mesa: consolidate subtexture xoffset/yoffset/width/height error checking codeBrian Paul1-88/+73
2012-09-26mesa: consolidate glCopyTexSubImage error checkingBrian Paul1-79/+60
2012-09-26mesa: fix incorrect error for glCompressedSubTexImageBrian Paul1-3/+3
2012-09-26radeonsi: move draw cmds to si_commands.cChristian Koenig3-14/+35
2012-09-26radeonsi: start seperating commands into si_commands.cChristian Koenig3-4/+10
2012-09-26radeonsi: get rid of evergreen_hw_context.cChristian Koenig3-50/+3
2012-09-26radeonsi: remove unused codeChristian Koenig1-19/+0
2012-09-26radeonsi: start reworking inferred state handlingChristian König4-6/+4
2012-09-25gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.Paul Berry2-2/+9
2012-09-25meta: Properly save/restore GL_FRAMEBUFFER_SRGB in Meta.Paul Berry2-27/+21
2012-09-25enable: Create _mesa_set_framebuffer_srgb() function for use by meta ops.Paul Berry2-3/+22
2012-09-25targets/xorg-i915: Rename driver to i915_drv.so.Matt Turner2-2/+2
2012-09-25intel: Improve teximage perf for Google Chrome paint rects (v3)Chad Versace3-0/+186
2012-09-25clover: Fix build with libclang v3.2Tom Stellard1-0/+5
2012-09-25clover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2Tom Stellard3-1/+9
2012-09-25gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2Tom Stellard3-1/+20
2012-09-25r600g: Handle multiple kernels in the same program v2Tom Stellard5-21/+84
2012-09-25clover: Handle multiple kernels in the same program v2Blaž Tomažič2-33/+37
2012-09-25mesa: remove 'struct' from texenv_fragment_programBrian Paul1-13/+13
2012-09-25i965: Allow fast depth clears if scissoring doesn't do anything.Kenneth Graunke1-1/+13
2012-09-25i965: Don't spill "smeared" registers.Paul Berry1-0/+15
2012-09-25nv50/ir/ra: Fix register interference tracking.Jay Cornwall1-4/+4
2012-09-24i965/blorp: Fix sRGB MSAA resolves.Paul Berry2-8/+19
2012-09-24darwin: do not create double-buffered offscreen pixel formatsJonas Maebe1-1/+1
2012-09-24radeon/llvm: Fix instruction encoding for r600 family GPUsTom Stellard3-15/+14
2012-09-24build: remove signbit check in configure.acBrian Paul1-7/+0
2012-09-24mesa: add signbit() macroBrian Paul1-0/+7
2012-09-24r600g: Set RADEON_FLUSH_KEEP_TILING_FLAGS when emitting compute csTom Stellard1-1/+7
2012-09-24build: substitute X11_INCLUDES variableRobert Bragg1-0/+1
2012-09-24Use signbit() in IS_NEGATIVE and DIFFERENT_SIGNSMatt Turner2-19/+9
2012-09-24clover: Silence narrowing conversion warnings in resource.cpp.Francisco Jerez1-3/+3
2012-09-24clover: Handle NULL value for clEnqueueNDRangeKernel local_work_sizeTom Stellard1-7/+6