index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/docs: fix incorrect/missing references
Ilia Mirkin
2014-04-01
6
-6
/
+10
*
gallium/docs: fix use of _ in math sections
Ilia Mirkin
2014-04-01
1
-10
/
+10
*
gallium/docs: add format to index
Ilia Mirkin
2014-04-01
2
-2
/
+3
*
gallium/docs: fix a lot of bad formatting
Ilia Mirkin
2014-04-01
1
-242
/
+262
*
glsl: remove UBO fields from _mesa_glsl_parse_state
Chia-I Wu
2014-04-01
3
-16
/
+1
*
nv50: implement clear_buffer to accelerate ARB_clear_buffer_object
Ilia Mirkin
2014-03-31
1
-0
/
+115
*
mesa/st: Accelerate ARB_clear_buffer_object with clear_buffer
Ilia Mirkin
2014-03-31
3
-3
/
+38
*
gallium: add interface to clear buffers
Ilia Mirkin
2014-03-31
2
-0
/
+16
*
mapi_abi: Remove ABI-check work arounds for functions that are no longer expo...
Ian Romanick
2014-03-31
2
-119
/
+2
*
mapi_abi: Make ES1 and ES2 static_dispatch=false functions hidden
Ian Romanick
2014-03-31
1
-4
/
+6
*
mapi: Hack around glGetInternalformativ not being hidden in GLES
Ian Romanick
2014-03-31
1
-0
/
+8
*
glapi/es1: Don't mark core functions as static_dispatch=false
Ian Romanick
2014-03-31
1
-86
/
+43
*
glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch...
Ian Romanick
2014-03-31
1
-61
/
+61
*
glapi: Remove some duplicate ignore="true" lines
Ian Romanick
2014-03-31
1
-32
/
+0
*
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
19
-0
/
+22
*
automake: add -Wl,--no-undefined to all libraries
Emil Velikov
2014-03-31
17
-18
/
+63
*
gallium/targets: add missing library dependencies
Emil Velikov
2014-03-31
2
-2
/
+10
*
pipe-loader: reorder PIPE_LIBS
Emil Velikov
2014-03-31
1
-2
/
+2
*
pipe-loader: use PTHREAD_LIBS over -lpthread
Emil Velikov
2014-03-31
1
-1
/
+1
*
dri/i965: use CLOCK_LIBS over -lrt
Emil Velikov
2014-03-31
1
-1
/
+1
*
automake: consistently use -no-undefined
Emil Velikov
2014-03-31
4
-11
/
+15
*
targets/egl-static: move the common LDFLAGS into AM_LDFLAGS
Emil Velikov
2014-03-31
1
-6
/
+13
*
targets/omx: do not link against the trace driver
Emil Velikov
2014-03-31
2
-2
/
+0
*
gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhem
Emil Velikov
2014-03-31
14
-75
/
+14
*
gallium/targets: move LLVM_LIBS handling inside Automake.inc
Emil Velikov
2014-03-31
17
-49
/
+7
*
gallium/targets: fold LLVM_LDFLAGS inside Automake.inc
Emil Velikov
2014-03-31
16
-15
/
+9
*
targets/omx: use GALLIUM_OMX_LINKER_FLAGS
Emil Velikov
2014-03-31
3
-14
/
+12
*
targets/omx: introduce GALLIUM_OMX_LIB_DEPS
Emil Velikov
2014-03-31
3
-8
/
+8
*
targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBS
Emil Velikov
2014-03-31
1
-23
/
+11
*
targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVM
Emil Velikov
2014-03-31
1
-5
/
+4
*
targets/pipe-loader: compact duplicating LDFLAGS
Emil Velikov
2014-03-31
1
-18
/
+17
*
pipe-loader/swrast: add soft/llvmpipe defines
Joakim Sindholt
2014-03-31
1
-0
/
+5
*
targets/xa: drop libudev references from automake build
Emil Velikov
2014-03-31
1
-2
/
+0
*
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
*
freedreno/a3xx/compiler: fix RECT textures
Rob Clark
2014-03-30
1
-7
/
+24
*
freedreno/a3xx/compiler: avoid negative register ids
Rob Clark
2014-03-30
1
-2
/
+2
*
freedreno/a3xx: missing wfi
Rob Clark
2014-03-30
4
-3
/
+20
*
freedreno/a3xx: little extra debug
Rob Clark
2014-03-30
2
-0
/
+5
*
freedreno: handle null sampler
Rob Clark
2014-03-30
2
-3
/
+8
*
i965: Add Cherryview support.
Kenneth Graunke
2014-03-28
2
-0
/
+16
*
glsl: Clean up "unused parameter" warnings
Ian Romanick
2014-03-28
12
-18
/
+18
*
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
*
glsl: Move Doxygen block closing ot the correct place
Ian Romanick
2014-03-28
1
-2
/
+2
*
i965: Make sure we always compute valid index bounds before drawing.
Iago Toral Quiroga
2014-03-28
1
-1
/
+2
[next]