| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g: HW bug workaround for TGSI_OPCODE_BREAKC | Christoph Bumiller | 2014-06-02 | 3 | -4/+22 |
* | r600g: implement TGSI_OPCODE_BREAKC | Christoph Bumiller | 2014-06-02 | 1 | -1/+24 |
* | r600g: support all channels of TGSI_FILE_ADDRESS | Christoph Bumiller | 2014-06-02 | 1 | -28/+58 |
* | r600g: check for PIPE_BIND_BLENDABLE in is_format_supported | Christoph Bumiller | 2014-06-02 | 2 | -0/+18 |
* | r600g: handle PIPE_QUERY_GPU_FINISHED | Christoph Bumiller | 2014-06-02 | 1 | -0/+9 |
* | i965/fs: Add fs_inst constructor that takes a list of sources. | Matt Turner | 2014-06-01 | 2 | -0/+15 |
* | i965/fs: Add a function to resize fs_inst's sources array. | Matt Turner | 2014-06-01 | 2 | -0/+11 |
* | i965/fs: Clean up fs_inst constructors. | Matt Turner | 2014-06-01 | 2 | -75/+32 |
* | i965/fs: Loop from 0 to inst->sources, not 0 to 3. | Matt Turner | 2014-06-01 | 10 | -28/+28 |
* | i965/fs: Store the number of sources an fs_inst has. | Matt Turner | 2014-06-01 | 2 | -11/+13 |
* | i965/fs: ralloc fs_inst's fs_reg sources. | Matt Turner | 2014-06-01 | 2 | -1/+9 |
* | i965/fs: Disable fs_inst assignment operator. | Matt Turner | 2014-06-01 | 1 | -0/+2 |
* | i965/fs: Add and use an fs_inst copy constructor. | Matt Turner | 2014-06-01 | 2 | -0/+6 |
* | i965: Skip IR annotations with INTEL_DEBUG=noann. | Matt Turner | 2014-06-01 | 3 | -2/+6 |
* | i965/fs: Debug the optimization passes by dumping instr to file. | Matt Turner | 2014-06-01 | 1 | -12/+41 |
* | i965: Give dump_instructions() a filename argument. | Matt Turner | 2014-06-01 | 5 | -6/+42 |
* | i965: Give dump_instruction() a FILE* argument. | Matt Turner | 2014-06-01 | 5 | -100/+115 |
* | i965: Add envvar to debug the optimization passes. | Matt Turner | 2014-06-01 | 2 | -0/+2 |
* | llvmpipe: (trivial) drop "unswizzled" from some function names | Roland Scheidegger | 2014-05-31 | 2 | -28/+30 |
* | llvmpipe: fix crash when not all attachments are populated in a fb | Roland Scheidegger | 2014-05-31 | 1 | -3/+9 |
* | softpipe: honor the render_condition_enable bit in blits. | Roland Scheidegger | 2014-05-31 | 1 | -0/+3 |
* | llvmpipe: honor the render_condition_enable bit in blits. | Roland Scheidegger | 2014-05-31 | 1 | -0/+3 |
* | gallium/docs: improve documentation of render condition wrt blits. | Roland Scheidegger | 2014-05-31 | 2 | -5/+9 |
* | svga: use svga_shader_too_large() in compile_vs() | Brian Paul | 2014-05-31 | 1 | -8/+36 |
* | svga: use svga_shader_too_large() in compile_fs() | Brian Paul | 2014-05-31 | 1 | -3/+1 |
* | svga: added svga_shader_too_large() helper | Brian Paul | 2014-05-31 | 1 | -0/+21 |
* | darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ... | Jeremy Huddleston Sequoia | 2014-05-31 | 1 | -2/+0 |
* | util: Do not use __builtin_clrsb with Intel C++ Compiler. | Vinson Lee | 2014-05-30 | 1 | -1/+1 |
* | i915: add a missing NULL pointer check | Lubomir Rintel | 2014-05-30 | 1 | -1/+1 |
* | glapi: Duplicate GLES1 prototypes in glapi_dispatch.c | Ian Romanick | 2014-05-30 | 1 | -0/+57 |
* | i965/vec4: Allow writemasking on math instructions on Gen7+. | Matt Turner | 2014-05-30 | 1 | -2/+2 |
* | i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell. | Pavel Popov | 2014-05-30 | 1 | -1/+1 |
* | st/wgl: use _debug_printf() instead of fprintf() | Brian Paul | 2014-05-30 | 1 | -7/+3 |
* | st/wgl: formatting fixes in stw_framebuffer.c | Brian Paul | 2014-05-30 | 1 | -82/+70 |
* | st/wgl: make stw_lookup_context_locked() an inline function | Brian Paul | 2014-05-30 | 2 | -15/+9 |
* | st/wgl: fix implementation of wglCreateContextAttribsARB() | Brian Paul | 2014-05-30 | 3 | -22/+136 |
* | st/wgl: add debug code to check that pixel format initialization worked | Brian Paul | 2014-05-30 | 1 | -3/+9 |
* | st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE. | Brian Paul | 2014-05-30 | 1 | -1/+1 |
* | docs: Document how to replace Windows built-in OpenGL software rasterizer wit... | José Fonseca | 2014-05-30 | 1 | -12/+40 |
* | scons: add common.c as part of glcpp build | Tapani Pälli | 2014-05-30 | 1 | -1/+1 |
* | mesa: Add missing null checks into prog_hash_table.c | Juha-Pekka Heikkila | 2014-05-30 | 1 | -0/+8 |
* | glcpp: link with tests/common.c | Tapani Pälli | 2014-05-30 | 1 | -0/+1 |
* | mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL() | Juha-Pekka Heikkila | 2014-05-30 | 1 | -0/+5 |
* | mesa/drivers: Add extra null check in blitframebuffer_texture() | Juha-Pekka Heikkila | 2014-05-30 | 1 | -0/+3 |
* | glsl: Add null check in loop_analysis.cpp | Juha-Pekka Heikkila | 2014-05-30 | 1 | -2/+4 |
* | mesa: add missing null check in _mesa_NewHashTable() | Juha-Pekka Heikkila | 2014-05-30 | 1 | -0/+10 |
* | loader: add optional /sys filesystem method for PCI identification. | Gary Wong | 2014-05-29 | 2 | -11/+137 |
* | loader: allow attempting more than one method of PCI identification. | Gary Wong | 2014-05-29 | 1 | -18/+46 |
* | st/egl: do not link against libloader | Emil Velikov | 2014-05-29 | 1 | -1/+0 |
* | egl_dri2: fix wayland_platform when drm_platform is not set | Emil Velikov | 2014-05-29 | 1 | -4/+6 |