index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/xlib: move xlib_create_sw_winsys within the winsys
Emil Velikov
2014-02-22
10
-15
/
+21
*
pipe-loader: handle memory allocation failure
Emil Velikov
2014-02-22
2
-0
/
+4
*
pipe-loader: build pipe_loader_drm_x_auth whenever HAVE_PIPE_LOADER_XCB is de...
Emil Velikov
2014-02-22
1
-1
/
+1
*
pipe-loader: destroy sw_winsys on sw_release
Emil Velikov
2014-02-22
1
-0
/
+3
*
vl/winsys_dri: cleanup vl_screen_create error path
Emil Velikov
2014-02-22
1
-13
/
+19
*
targets/pipe-loader: link pipe-nouveau against libdrm
Emil Velikov
2014-02-22
1
-0
/
+1
*
meta: Eliminate samplers[] array in favor of using vec4_prefix.
Kenneth Graunke
2014-02-21
1
-10
/
+2
*
i965: Delete the fabulous target_to_target() function.
Kenneth Graunke
2014-02-21
1
-19
/
+2
*
i965: Fix S8 and X8 reversal in brw_depthbuffer_format refactor.
Kenneth Graunke
2014-02-21
1
-3
/
+3
*
mesa: Move declarations before code.
Vinson Lee
2014-02-21
1
-27
/
+20
*
mesa/sso: Change CreateShaderProgramv return type from uint to GLuint.
Vinson Lee
2014-02-21
1
-1
/
+1
*
scons: Add main/pipelineobj.c to src/mesa/SConscript.
Vinson Lee
2014-02-21
1
-0
/
+1
*
mesa/sso: Fix typo of 'unsigned'.
Vinson Lee
2014-02-21
1
-1
/
+1
*
mesa/sso: Implement _mesa_GetProgramPipelineiv
Gregory Hainaut
2014-02-21
1
-0
/
+58
*
mesa/sso: Implement _mesa_ActiveShaderProgram
Gregory Hainaut
2014-02-21
1
-0
/
+28
*
mesa/sso: Implement _mesa_CreateShaderProgramv
Gregory Hainaut
2014-02-21
1
-1
/
+6
*
mesa/sso: Refactor implementation of _mesa_CreateShaderProgramEXT
Gregory Hainaut
2014-02-21
1
-8
/
+18
*
mesa/sso: Add support for GL_PROGRAM_SEPARABLE query
Gregory Hainaut
2014-02-21
2
-0
/
+31
*
mesa/sso: Implement _mesa_IsProgramPipeline
Gregory Hainaut
2014-02-21
2
-1
/
+9
*
mesa/sso: Implement _mesa_GenProgramPipelines
Gregory Hainaut
2014-02-21
1
-0
/
+30
*
mesa/sso: Implement _mesa_DeleteProgramPipelines
Gregory Hainaut
2014-02-21
1
-0
/
+33
*
mesa/sso: Add pipeline container/state
Gregory Hainaut
2014-02-21
4
-3
/
+206
*
mesa: Add a mutex and refcounting to gl_shader_state
Gregory Hainaut
2014-02-21
2
-0
/
+12
*
mesa: Make get_shader_flags publicly available
Gregory Hainaut
2014-02-21
2
-3
/
+6
*
mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects
Gregory Hainaut
2014-02-21
12
-44
/
+1154
*
glsl/sso: Add parser and AST-to-HIR support for separate shader object layouts
Ian Romanick
2014-02-21
4
-13
/
+71
*
mesa/sso: Add extension tracking for ARB_separate_shader_objects
Ian Romanick
2014-02-21
4
-0
/
+10
*
mesa: Refactor per-stage link check to its own function
Ian Romanick
2014-02-21
1
-68
/
+34
*
i965: Stop throwing away our double precision for time calculations.
Eric Anholt
2014-02-21
3
-4
/
+4
*
meta: Add support for integer blits.
Eric Anholt
2014-02-21
2
-7
/
+71
*
meta: Add support for doing MSAA to MSAA blits.
Eric Anholt
2014-02-21
2
-49
/
+104
*
meta: Save and restore a bunch of MSAA state.
Eric Anholt
2014-02-21
2
-4
/
+38
*
meta: Try to do blending of sRGB values in linear colorspace.
Eric Anholt
2014-02-21
1
-5
/
+25
*
meta: Add support for doing multisample resolves.
Eric Anholt
2014-02-21
2
-12
/
+197
*
i965: Fix miptree matching for multisampled, non-interleaved miptrees.
Eric Anholt
2014-02-21
2
-1
/
+16
*
mesa: Remove unnecessary condition.
Courtney Goeltzenleuchter
2014-02-21
1
-2
/
+1
*
clover: Unabbreviate a few data accessor names for consistency.
Francisco Jerez
2014-02-21
9
-28
/
+28
*
clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...
Francisco Jerez
2014-02-21
6
-56
/
+43
*
clover: Migrate a bunch of pointers and references in the object tree to smar...
Francisco Jerez
2014-02-21
29
-163
/
+179
*
clover: Allow storing a range into a container of different (but compatible) ...
Francisco Jerez
2014-02-21
1
-7
/
+7
*
clover: Define an intrusive smart reference class.
Francisco Jerez
2014-02-21
1
-0
/
+66
*
clover: Some improvements for the intrusive pointer class.
Francisco Jerez
2014-02-21
6
-30
/
+45
*
clover: Fix up NULL constant pointer arguments.
Francisco Jerez
2014-02-21
1
-1
/
+2
*
tgsi_ureg: add property_gs_invocations
Jordan Justen
2014-02-20
2
-0
/
+11
*
i965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT[_XY] opcodes.
Kenneth Graunke
2014-02-20
2
-2
/
+81
*
i965: Drop bogus F32TO16/F16TO32 instructions on Broadwell - use MOV.
Kenneth Graunke
2014-02-20
3
-6
/
+6
*
i965: Create a hardware context before initializing state module.
Kenneth Graunke
2014-02-20
1
-6
/
+6
*
i965/fs: Implement scratch read/write support for Broadwell.
Kenneth Graunke
2014-02-20
1
-9
/
+109
*
i965: Add Gen8 assembly support for DP Scratch messages.
Kenneth Graunke
2014-02-20
2
-0
/
+47
*
i965: Store absolute thread count in max_wm_threads on Broadwell.
Kenneth Graunke
2014-02-20
2
-2
/
+5
[next]