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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: fix MSVC double->float conversion warnings
Brian Paul
2013-10-31
1
-2
/
+2
*
mesa: fix some MSVC signed/unsigned compiler warnings
Brian Paul
2013-10-31
3
-6
/
+8
*
meta: fix assorted MSVC int/float conversion warnings
Brian Paul
2013-10-31
1
-14
/
+14
*
st/draw: silence Mingw warning in pointer_to_offset()
Brian Paul
2013-10-31
1
-1
/
+1
*
i965/fs: Perform CSE on CMP(N) instructions.
Matt Turner
2013-10-30
1
-10
/
+29
*
i965/fs: Don't emit null MOVs in CSE.
Matt Turner
2013-10-30
1
-17
/
+25
*
i965/fs: Use reads_flag and writes_flag methods in the scheduler.
Matt Turner
2013-10-30
1
-12
/
+4
*
i965/fs: Add reads_flag() and writes_flag() to fs_inst.
Matt Turner
2013-10-30
2
-0
/
+16
*
i965/fs: Add is_null() method to fs_reg.
Matt Turner
2013-10-30
2
-0
/
+9
*
i965/fs: Use the gen7 scratch read opcode when possible.
Eric Anholt
2013-10-30
8
-3
/
+91
*
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITE
Eric Anholt
2013-10-30
10
-36
/
+33
*
i965/fs: Fix register unspills from a reg_offset.
Eric Anholt
2013-10-30
1
-3
/
+3
*
i965/fs: Fix register spilling for 16-wide.
Eric Anholt
2013-10-30
2
-14
/
+13
*
i965/fs: Exit the compile if spilling would overwrite in-use MRFs.
Eric Anholt
2013-10-30
3
-0
/
+25
*
i965/fs: Fix broken register spilling debug code.
Eric Anholt
2013-10-30
2
-7
/
+11
*
i965/fs: Split "find what MRFs were used" to a helper function.
Eric Anholt
2013-10-30
2
-9
/
+25
*
i965/fs: Update an ancient, wrong comment about reg_offset.
Eric Anholt
2013-10-30
1
-3
/
+5
*
i965/fs: Prefer more-critical instructions of the same age in LIFO scheduling.
Eric Anholt
2013-10-30
1
-15
/
+67
*
i965: Compute the node's delay time for scheduling.
Eric Anholt
2013-10-30
1
-0
/
+28
*
mesa: Drop unused return value from use_shader_program
Gregory Hainaut
2013-10-30
1
-5
/
+3
*
automake: properly handle non-default expat installation
Emil Velikov
2013-10-29
1
-0
/
+1
*
i965/fs: Drop our dead push constants before overflowing to pull constants.
Eric Anholt
2013-10-29
1
-2
/
+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: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
6
-0
/
+9
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
10
-3
/
+263
*
glapi: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
3
-1
/
+10
*
i965: Handle deallocation of some private ralloc contexts explicitly.
Francisco Jerez
2013-10-29
4
-4
/
+4
*
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
1
-0
/
+1
*
st/mesa: move out of memory check in st_draw_vbo()
Brian Paul
2013-10-29
1
-3
/
+4
*
i965/vec4: Reduce working set size of live variables computation.
Eric Anholt
2013-10-29
2
-23
/
+28
*
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
*
mesa: use void in _mesa_VDPAUFiniNV() as in the header file
Brian Paul
2013-10-28
1
-1
/
+1
*
i965: Make fs gl_PrimitiveID input work even when there's no gs.
Paul Berry
2013-10-27
2
-5
/
+26
*
mesa: Add GL_NV_vdpau_interop functions to dispatch_sanity.cpp.
Vinson Lee
2013-10-26
1
-0
/
+12
*
mesa: add vdpau.c and st_vdpau.c to src/mesa/SConscript
Brian Paul
2013-10-26
1
-0
/
+2
[next]