summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-02r600g: support all channels of TGSI_FILE_ADDRESSChristoph Bumiller1-28/+58
2014-06-02r600g: check for PIPE_BIND_BLENDABLE in is_format_supportedChristoph Bumiller2-0/+18
2014-06-02r600g: handle PIPE_QUERY_GPU_FINISHEDChristoph Bumiller1-0/+9
2014-06-01i965/fs: Add fs_inst constructor that takes a list of sources.Matt Turner2-0/+15
2014-06-01i965/fs: Add a function to resize fs_inst's sources array.Matt Turner2-0/+11
2014-06-01i965/fs: Clean up fs_inst constructors.Matt Turner2-75/+32
2014-06-01i965/fs: Loop from 0 to inst->sources, not 0 to 3.Matt Turner10-28/+28
2014-06-01i965/fs: Store the number of sources an fs_inst has.Matt Turner2-11/+13
2014-06-01i965/fs: ralloc fs_inst's fs_reg sources.Matt Turner2-1/+9
2014-06-01i965/fs: Disable fs_inst assignment operator.Matt Turner1-0/+2
2014-06-01i965/fs: Add and use an fs_inst copy constructor.Matt Turner2-0/+6
2014-06-01i965: Skip IR annotations with INTEL_DEBUG=noann.Matt Turner3-2/+6
2014-06-01i965/fs: Debug the optimization passes by dumping instr to file.Matt Turner1-12/+41
2014-06-01i965: Give dump_instructions() a filename argument.Matt Turner5-6/+42
2014-06-01i965: Give dump_instruction() a FILE* argument.Matt Turner5-100/+115
2014-06-01i965: Add envvar to debug the optimization passes.Matt Turner2-0/+2
2014-05-31llvmpipe: (trivial) drop "unswizzled" from some function namesRoland Scheidegger2-28/+30
2014-05-31llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger1-3/+9
2014-05-31softpipe: honor the render_condition_enable bit in blits.Roland Scheidegger1-0/+3
2014-05-31llvmpipe: honor the render_condition_enable bit in blits.Roland Scheidegger1-0/+3
2014-05-31gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger2-5/+9
2014-05-31svga: use svga_shader_too_large() in compile_vs()Brian Paul1-8/+36
2014-05-31svga: use svga_shader_too_large() in compile_fs()Brian Paul1-3/+1
2014-05-31svga: added svga_shader_too_large() helperBrian Paul1-0/+21
2014-05-31darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...Jeremy Huddleston Sequoia1-2/+0
2014-05-30util: Do not use __builtin_clrsb with Intel C++ Compiler.Vinson Lee1-1/+1
2014-05-30i915: add a missing NULL pointer checkLubomir Rintel1-1/+1
2014-05-30glapi: Duplicate GLES1 prototypes in glapi_dispatch.cIan Romanick1-0/+57
2014-05-30i965/vec4: Allow writemasking on math instructions on Gen7+.Matt Turner1-2/+2
2014-05-30i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov1-1/+1
2014-05-30st/wgl: use _debug_printf() instead of fprintf()Brian Paul1-7/+3
2014-05-30st/wgl: formatting fixes in stw_framebuffer.cBrian Paul1-82/+70
2014-05-30st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2-15/+9
2014-05-30st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul3-22/+136
2014-05-30st/wgl: add debug code to check that pixel format initialization workedBrian Paul1-3/+9
2014-05-30st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.Brian Paul1-1/+1
2014-05-30docs: Document how to replace Windows built-in OpenGL software rasterizer wit...José Fonseca1-12/+40
2014-05-30scons: add common.c as part of glcpp buildTapani Pälli1-1/+1
2014-05-30mesa: Add missing null checks into prog_hash_table.cJuha-Pekka Heikkila1-0/+8
2014-05-30glcpp: link with tests/common.cTapani Pälli1-0/+1
2014-05-30mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL()Juha-Pekka Heikkila1-0/+5
2014-05-30mesa/drivers: Add extra null check in blitframebuffer_texture()Juha-Pekka Heikkila1-0/+3
2014-05-30glsl: Add null check in loop_analysis.cppJuha-Pekka Heikkila1-2/+4
2014-05-30mesa: add missing null check in _mesa_NewHashTable()Juha-Pekka Heikkila1-0/+10
2014-05-29loader: add optional /sys filesystem method for PCI identification.Gary Wong2-11/+137
2014-05-29loader: allow attempting more than one method of PCI identification.Gary Wong1-18/+46
2014-05-29st/egl: do not link against libloaderEmil Velikov1-1/+0
2014-05-29egl_dri2: fix wayland_platform when drm_platform is not setEmil Velikov1-4/+6
2014-05-29i965/fs: Set correct number of regs_written for MCS fetches.Matt Turner1-3/+3
2014-05-29glx: load dri driver with RTLD_LOCAL so dlclose never fails to unloadJerome Glisse1-5/+5