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
*
targets/xorg-nouveau: drop usage of dri1 function DRICreatePCIBusID
Emil Velikov
2013-10-29
1
-13
/
+14
*
gallium/targets/xorg: drop set but unused variable entity
Emil Velikov
2013-10-29
4
-12
/
+0
*
st/xorg: drop set but unsused variables dxo, dyo
Emil Velikov
2013-10-29
1
-4
/
+0
*
st/xorg: add sanity checks after malloc
Emil Velikov
2013-10-29
1
-0
/
+6
*
st/xorg: remove unnecessary headers
Emil Velikov
2013-10-29
2
-8
/
+0
*
freedreno: emulated unsupported primitive types
Rob Clark
2013-10-29
5
-25
/
+74
*
gallium/auxiliary/indices: add u_primconvert
Rob Clark
2013-10-29
3
-0
/
+227
*
gallium/auxiliary/indices: add start param
Rob Clark
2013-10-29
7
-28
/
+56
*
freedreno: update generated headers
Rob Clark
2013-10-29
6
-125
/
+238
*
i965/fs: Drop our dead push constants before overflowing to pull constants.
Eric Anholt
2013-10-29
1
-2
/
+1
*
haiku-softpipe: Minor cleanup and color space fixes
Alexander von Gluck IV
2013-10-29
2
-20
/
+13
*
winsys: Correct Haiku winsys display target code
Alexander von Gluck IV
2013-10-29
4
-8
/
+41
*
clover: Use context device list for error checking in clGetProgramBuildInfo.
Francisco Jerez
2013-10-29
1
-1
/
+1
*
i965: Simplify the shader time code by using atomic counter helpers.
Francisco Jerez
2013-10-29
4
-41
/
+7
*
i965: Add brw_reg constructors taking a dynamically determined vector width.
Francisco Jerez
2013-10-29
1
-0
/
+24
*
i965/gen7: Implement code generation for untyped surface read instructions.
Francisco Jerez
2013-10-29
9
-0
/
+112
*
i965/gen7: Implement code generation for untyped atomic instructions.
Francisco Jerez
2013-10-29
9
-0
/
+130
*
i965: Implement ABO surface state emission.
Francisco Jerez
2013-10-29
7
-0
/
+122
*
i965: Define vtbl method that initializes an untyped R/W surface.
Francisco Jerez
2013-10-29
2
-5
/
+37
*
glsl: Fix the function inlining pass to deal with general opaque arguments.
Francisco Jerez
2013-10-29
1
-33
/
+33
*
glsl: Add built-in functions and constants required for ARB_shader_atomic_cou...
Francisco Jerez
2013-10-29
5
-0
/
+89
*
glsl: Basic support for built-in intrinsics.
Francisco Jerez
2013-10-29
4
-11
/
+64
*
glsl: Add type predicate to check whether a type contains any opaque types.
Francisco Jerez
2013-10-29
3
-0
/
+27
*
glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
16
-1
/
+58
*
glsl: Add extension enables for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
2
-0
/
+3
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
12
-3
/
+271
*
glapi: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
6
-1
/
+60
*
i965: Handle deallocation of some private ralloc contexts explicitly.
Francisco Jerez
2013-10-29
4
-4
/
+4
*
ralloc: Hook up C++ destructors to ralloc when necessary.
Francisco Jerez
2013-10-29
1
-0
/
+14
*
mesa: Define introspection macro to determine whether a type is trivially des...
Francisco Jerez
2013-10-29
1
-1
/
+23
*
glsl: Generalize MSVC fix for strcasecmp().
Paul Berry
2013-10-29
2
-7
/
+2
*
llvmpipe: fix bogus layer clamping in setup
Roland Scheidegger
2013-10-29
2
-8
/
+25
*
util,llvmpipe: correctly set the minimum representable depth value
Matthew McClure
2013-10-29
3
-19
/
+64
*
st/mesa: move out of memory check in st_draw_vbo()
Brian Paul
2013-10-29
1
-3
/
+4
*
svga: reindent drawing code
Brian Paul
2013-10-29
3
-266
/
+199
*
i965/vec4: Reduce working set size of live variables computation.
Eric Anholt
2013-10-29
2
-23
/
+28
*
r600g/sb: fix value::is_fixed()
Vadim Girlin
2013-10-29
1
-2
/
+2
*
glsl: Drop no-op shifts involving 0.
Eric Anholt
2013-10-28
1
-0
/
+10
*
glsl: Use ir_builder more in opt_algebraic.
Eric Anholt
2013-10-28
1
-30
/
+10
*
glsl: Move common code out of opt_algebraic's handle_expression().
Eric Anholt
2013-10-28
1
-78
/
+39
*
Remove error when calling glGenQueries/glDeleteQueries while a query is active
Carl Worth
2013-10-28
1
-15
/
+10
*
i965: Also emit HiZ and Stencil packets when disabling depth on Gen6.
Kenneth Graunke
2013-10-28
1
-0
/
+12
*
i965: Also emit HIER_DEPTH and STENCIL packets when disabling depth.
Kenneth Graunke
2013-10-28
1
-0
/
+12
*
i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.
Kenneth Graunke
2013-10-28
1
-3
/
+3
*
i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp.
Kenneth Graunke
2013-10-28
1
-0
/
+3
*
i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE.
Kenneth Graunke
2013-10-28
1
-0
/
+4
*
i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX.
Kenneth Graunke
2013-10-28
1
-0
/
+3
*
i965: CS writes/reads should use I915_GEM_INSTRUCTION
Daniel Vetter
2013-10-28
1
-2
/
+2
*
i965: Do not set bilinear_filter flag in case of multisample blits
Anuj Phogat
2013-10-28
1
-1
/
+1
*
mesa: Remove trailing whitespace in texparam.c
Rico Schüller
2013-10-28
1
-6
/
+6
[next]