summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pipe-loader: use bool type for pipe_loader_drm_probe_fd()Emil Velikov2014-02-222-5/+5
* winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2014-02-2210-15/+21
* pipe-loader: handle memory allocation failureEmil Velikov2014-02-222-0/+4
* pipe-loader: build pipe_loader_drm_x_auth whenever HAVE_PIPE_LOADER_XCB is de...Emil Velikov2014-02-221-1/+1
* pipe-loader: destroy sw_winsys on sw_releaseEmil Velikov2014-02-221-0/+3
* vl/winsys_dri: cleanup vl_screen_create error pathEmil Velikov2014-02-221-13/+19
* targets/pipe-loader: link pipe-nouveau against libdrmEmil Velikov2014-02-221-0/+1
* meta: Eliminate samplers[] array in favor of using vec4_prefix.Kenneth Graunke2014-02-211-10/+2
* i965: Delete the fabulous target_to_target() function.Kenneth Graunke2014-02-211-19/+2
* i965: Fix S8 and X8 reversal in brw_depthbuffer_format refactor.Kenneth Graunke2014-02-211-3/+3
* mesa: Move declarations before code.Vinson Lee2014-02-211-27/+20
* mesa/sso: Change CreateShaderProgramv return type from uint to GLuint.Vinson Lee2014-02-211-1/+1
* scons: Add main/pipelineobj.c to src/mesa/SConscript.Vinson Lee2014-02-211-0/+1
* mesa/sso: Fix typo of 'unsigned'.Vinson Lee2014-02-211-1/+1
* mesa/sso: Implement _mesa_GetProgramPipelineivGregory Hainaut2014-02-211-0/+58
* mesa/sso: Implement _mesa_ActiveShaderProgramGregory Hainaut2014-02-211-0/+28
* mesa/sso: Implement _mesa_CreateShaderProgramvGregory Hainaut2014-02-211-1/+6
* mesa/sso: Refactor implementation of _mesa_CreateShaderProgramEXTGregory Hainaut2014-02-211-8/+18
* mesa/sso: Add support for GL_PROGRAM_SEPARABLE queryGregory Hainaut2014-02-212-0/+31
* mesa/sso: Implement _mesa_IsProgramPipelineGregory Hainaut2014-02-212-1/+9
* mesa/sso: Implement _mesa_GenProgramPipelinesGregory Hainaut2014-02-211-0/+30
* mesa/sso: Implement _mesa_DeleteProgramPipelinesGregory Hainaut2014-02-211-0/+33
* mesa/sso: Add pipeline container/stateGregory Hainaut2014-02-214-3/+206
* mesa: Add a mutex and refcounting to gl_shader_stateGregory Hainaut2014-02-212-0/+12
* mesa: Make get_shader_flags publicly availableGregory Hainaut2014-02-212-3/+6
* mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut2014-02-2112-44/+1154
* glsl/sso: Add parser and AST-to-HIR support for separate shader object layoutsIan Romanick2014-02-214-13/+71
* mesa/sso: Add extension tracking for ARB_separate_shader_objectsIan Romanick2014-02-214-0/+10
* mesa: Refactor per-stage link check to its own functionIan Romanick2014-02-211-68/+34
* i965: Stop throwing away our double precision for time calculations.Eric Anholt2014-02-213-4/+4
* meta: Add support for integer blits.Eric Anholt2014-02-212-7/+71
* meta: Add support for doing MSAA to MSAA blits.Eric Anholt2014-02-212-49/+104
* meta: Save and restore a bunch of MSAA state.Eric Anholt2014-02-212-4/+38
* meta: Try to do blending of sRGB values in linear colorspace.Eric Anholt2014-02-211-5/+25
* meta: Add support for doing multisample resolves.Eric Anholt2014-02-212-12/+197
* i965: Fix miptree matching for multisampled, non-interleaved miptrees.Eric Anholt2014-02-212-1/+16
* mesa: Remove unnecessary condition.Courtney Goeltzenleuchter2014-02-211-2/+1
* clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez2014-02-219-28/+28
* clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez2014-02-216-56/+43
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-2129-163/+179
* clover: Allow storing a range into a container of different (but compatible) ...Francisco Jerez2014-02-211-7/+7
* clover: Define an intrusive smart reference class.Francisco Jerez2014-02-211-0/+66
* clover: Some improvements for the intrusive pointer class.Francisco Jerez2014-02-216-30/+45
* clover: Fix up NULL constant pointer arguments.Francisco Jerez2014-02-211-1/+2
* tgsi_ureg: add property_gs_invocationsJordan Justen2014-02-202-0/+11
* i965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT[_XY] opcodes.Kenneth Graunke2014-02-202-2/+81
* i965: Drop bogus F32TO16/F16TO32 instructions on Broadwell - use MOV.Kenneth Graunke2014-02-203-6/+6
* i965: Create a hardware context before initializing state module.Kenneth Graunke2014-02-201-6/+6
* i965/fs: Implement scratch read/write support for Broadwell.Kenneth Graunke2014-02-201-9/+109
* i965: Add Gen8 assembly support for DP Scratch messages.Kenneth Graunke2014-02-202-0/+47