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
*
i965/fs: Split out can_coalesce_vars() function.
Matt Turner
2014-04-05
1
-44
/
+47
*
i965/fs: Split out is_coalesce_candidate() function.
Matt Turner
2014-04-05
1
-14
/
+23
*
i965/fs: Split fs_visitor::register_coalesce() into its own file.
Matt Turner
2014-04-05
3
-181
/
+209
*
i965/fs: Mark appropriate fs_inst members as const.
Matt Turner
2014-04-05
2
-15
/
+15
*
i965: Mark is_tex() and friends as const.
Matt Turner
2014-04-05
2
-10
/
+10
*
i965/fs: Don't propagate saturation modifiers if there are source modifiers.
Matt Turner
2014-04-05
1
-0
/
+2
*
i965/fs: Don't propagate saturate modifiers into partial writes.
Matt Turner
2014-04-05
1
-1
/
+2
*
i965/fs: Fix off-by-one in saturate propagation.
Matt Turner
2014-04-05
1
-1
/
+1
*
i965/vec4: Consider sources of non-GRF-dst instructions for dead channels.
Matt Turner
2014-04-05
1
-12
/
+8
*
i965/fs: Name temporary ralloc contexts something other than mem_ctx.
Matt Turner
2014-04-05
2
-10
/
+10
*
i965/fs: Recalculate live intervals in calculate_register_pressure().
Matt Turner
2014-04-05
1
-0
/
+1
*
automake: don't enable -Wl,--no-undefined on OpenBSD
Jonathan Gray
2014-04-05
2
-2
/
+2
*
megadriver_stub.c: don't use _GNU_SOURCE to gate the compat code
Jonathan Gray
2014-04-05
1
-2
/
+2
*
i965: Mark SNB GT1 as a GT1.
Matt Turner
2014-04-04
1
-1
/
+1
*
st/mesa: improve sampler view handling
Christian König
2014-04-04
8
-56
/
+140
*
mesa: remove redundant running of check_symbol_table()
Juha-Pekka Heikkila
2014-04-02
1
-2
/
+4
*
mesa: Add missing null check in _mesa_parse_arb_program()
Juha-Pekka Heikkila
2014-04-02
1
-0
/
+5
*
mesa: Prevent negative indexing on noise2, noise3 and noise4
Juha-Pekka Heikkila
2014-04-02
1
-18
/
+18
*
i965/vec4: do not trim dead channels on gen6 for math
Tapani Pälli
2014-04-02
1
-4
/
+9
*
mesa/soft/llvmpipe: add fake MSAA support
Dave Airlie
2014-04-02
3
-1
/
+10
*
mesa: Allow setting GL_TEXTURE_MAX_LEVEL to 0 with GL_TEXTURE_RECTANGLE.
Iago Toral Quiroga
2014-04-01
1
-1
/
+2
*
glsl: remove UBO fields from _mesa_glsl_parse_state
Chia-I Wu
2014-04-01
1
-2
/
+1
*
mesa/st: Accelerate ARB_clear_buffer_object with clear_buffer
Ilia Mirkin
2014-03-31
3
-3
/
+38
*
i965/vec4: Don't trim writemasks of texture instructions.
Matt Turner
2014-03-31
1
-2
/
+4
*
automake: ask the linker to do garbage collection
Emil Velikov
2014-03-31
3
-0
/
+3
*
automake: add -Wl,--no-undefined to all libraries
Emil Velikov
2014-03-31
2
-2
/
+8
*
dri/i965: use CLOCK_LIBS over -lrt
Emil Velikov
2014-03-31
1
-1
/
+1
*
dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADD
Emil Velikov
2014-03-31
1
-1
/
+1
*
drivers/x11: GL_LIB_DEPS is not a linker/libtool flag, add it to LIBADD
Emil Velikov
2014-03-31
1
-3
/
+4
*
mesa: Fix format matching checks for GL_INTENSITY* internalformats.
Chris Forbes
2014-04-01
1
-8
/
+12
*
st: fix st_choose_matching_format to ignore intensity
Chris Forbes
2014-04-01
1
-0
/
+6
*
mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB
Chris Forbes
2014-04-01
1
-4
/
+6
*
i965: Add Cherryview support.
Kenneth Graunke
2014-03-28
2
-0
/
+16
*
mesa: Clean up "unused parameter" warnings
Ian Romanick
2014-03-28
1
-3
/
+3
*
mesa/program: Constify find_variable_storage
Ian Romanick
2014-03-28
1
-3
/
+2
*
i965: Make sure we always compute valid index bounds before drawing.
Iago Toral Quiroga
2014-03-28
1
-1
/
+2
*
mesa: fix glMultiDrawArrays inside a display list
Brian Paul
2014-03-27
1
-3
/
+4
*
st/mesa: overhaul texture / sample swizzle code
Brian Paul
2014-03-27
1
-53
/
+114
*
st/mesa: simplify apply_depthmode()
Brian Paul
2014-03-27
1
-38
/
+47
*
i965: Use intel_upload_space() for pull constant uploads.
Eric Anholt
2014-03-26
4
-33
/
+17
*
i965: Massively simplify the intel_upload implementation.
Eric Anholt
2014-03-26
4
-126
/
+77
*
st/mesa: add null pointer checking in query object functions
Brian Paul
2014-03-26
1
-2
/
+16
*
mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-up
Brian Paul
2014-03-26
1
-4
/
+4
*
mesa: fix indentation, formatting, etc in fbobject.c
Brian Paul
2014-03-26
1
-38
/
+56
*
mesa: rename format_(un)pack.c functions to match format names (pt. 7)
Brian Paul
2014-03-26
2
-34
/
+34
*
mesa: rename format_(un)pack.c functions to match format names (pt. 6)
Brian Paul
2014-03-26
2
-12
/
+12
*
mesa: rename format_(un)pack.c functions to match format names (pt. 5)
Brian Paul
2014-03-26
2
-72
/
+72
*
mesa: rename format_(un)pack.c functions to match format names (pt. 4)
Brian Paul
2014-03-26
2
-44
/
+44
*
mesa: rename format_(un)pack.c functions to match format names (pt. 3)
Brian Paul
2014-03-26
2
-67
/
+67
*
mesa: rename format_(un)pack.c functions to match format names (pt. 2)
Brian Paul
2014-03-26
2
-36
/
+36
[next]