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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/query: Add query->bo == NULL early return in CheckQuery hook.
Kenneth Graunke
2014-12-16
1
-2
/
+8
*
i965/query: Set Ready flag in gen6_queryobj_get_results().
Kenneth Graunke
2014-12-16
1
-2
/
+2
*
vc4: Add support for turning add-based MOVs to muls for pairing.
Eric Anholt
2014-12-16
1
-2
/
+49
*
vc4: Add a helper for changing a field in an instruction.
Eric Anholt
2014-12-16
2
-11
/
+12
*
vc4: Fix the name of qpu_waddr_ignores_ws().
Eric Anholt
2014-12-16
1
-5
/
+5
*
docs: note change in minimum GCC version to 4.1.0
Timothy Arceri
2014-12-17
1
-0
/
+1
*
util: remove support for GCC older than 4.1.0
Timothy Arceri
2014-12-17
1
-1
/
+1
*
mesa: remove support for GCC older than 4.1.0
Timothy Arceri
2014-12-17
1
-1
/
+1
*
gbm: remove support for GCC older than 4.1.0
Timothy Arceri
2014-12-17
1
-1
/
+1
*
gallium: remove support for GCC older than 4.1.0
Timothy Arceri
2014-12-17
2
-5
/
+5
*
egl: remove support for GCC older than 4.1.0
Timothy Arceri
2014-12-17
1
-1
/
+1
*
mesa: bump required GCC version to 4.1.0
Timothy Arceri
2014-12-17
1
-3
/
+3
*
mesa: remove support for GCC older than 3.3.0
Timothy Arceri
2014-12-17
3
-8
/
+3
*
i965/fs: Add a comment explaining what saturate propagation does.
Matt Turner
2014-12-16
1
-0
/
+14
*
vc4: Add support for enabling early Z discards.
Eric Anholt
2014-12-16
1
-0
/
+18
*
st/mesa: remove extern "C" around #includes in st_glsl_to_tgsi.cpp
Brian Paul
2014-12-16
1
-4
/
+2
*
program: remove extern "C" usage in sampler.cpp
Brian Paul
2014-12-16
1
-5
/
+4
*
program: remove extern "C" around #includes
Brian Paul
2014-12-16
1
-4
/
+3
*
glsl: remove extern "C" around #includes
Brian Paul
2014-12-16
3
-7
/
+2
*
st/mesa: add extern "C" to st_context.h
Brian Paul
2014-12-16
1
-0
/
+10
*
st/mesa: add extern "C" to st_program.h
Brian Paul
2014-12-16
1
-0
/
+9
*
main: remove extern C around #includes in ff_fragment_shader.cpp
Brian Paul
2014-12-16
1
-5
/
+3
*
mesa: move #include of mtypes.h outside __cplusplus check
Brian Paul
2014-12-16
1
-2
/
+1
*
program: add #ifndef SAMPLER_H wrapper
Brian Paul
2014-12-16
1
-0
/
+7
*
mesa: put extern "C" in src/mesa/program/*h header files
Brian Paul
2014-12-16
4
-0
/
+43
*
mesa: put extern "C" in header files
Brian Paul
2014-12-16
4
-0
/
+41
*
mapi: add glapi-test and shared-glapi-test to .gitignore
Juha-Pekka Heikkila
2014-12-16
3
-3
/
+2
*
util: add u_atomic_test to .gitignore
Juha-Pekka Heikkila
2014-12-16
1
-0
/
+1
*
glx: remove __glXstrdup()
Juha-Pekka Heikkila
2014-12-16
2
-20
/
+0
*
i965: add test_vf_float_conversions to .gitignore
Juha-Pekka Heikkila
2014-12-16
1
-0
/
+1
*
i965: Make validate_reg tables constant
Juha-Pekka Heikkila
2014-12-16
1
-4
/
+4
*
glsl: remove commented out code
Timothy Arceri
2014-12-16
1
-2
/
+0
*
i965: remove commented out code
Timothy Arceri
2014-12-16
1
-2
/
+0
*
nvc0: add missed PIPE_CAP_VERTEXID_NOBASE
Ilia Mirkin
2014-12-15
1
-0
/
+1
*
st/mesa: use vertex id lowering according to pipe cap bit.
Roland Scheidegger
2014-12-16
2
-2
/
+10
*
draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.
Roland Scheidegger
2014-12-16
4
-19
/
+47
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
19
-6
/
+84
*
r600g/sb: implement r600 gpr index workaround. (v3.1)
Dave Airlie
2014-12-16
4
-9
/
+57
*
r600g/sb: fix issues with loops created for switch
Vadim Girlin
2014-12-16
5
-4
/
+16
*
Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"
Dave Airlie
2014-12-16
1
-38
/
+12
*
vc4: Add support for 32-bit signed norm/scaled vertex attrs.
Eric Anholt
2014-12-15
2
-0
/
+18
*
vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.
Eric Anholt
2014-12-15
6
-6
/
+94
*
vc4: Rename the 16-bit unpack #define.
Eric Anholt
2014-12-15
2
-4
/
+4
*
vc4: Add support for 8-bit unnormalized vertex attrs.
Eric Anholt
2014-12-15
6
-11
/
+69
*
vc4: Refactor vertex attribute conversions a bit.
Eric Anholt
2014-12-15
1
-25
/
+40
*
vc4: Fix use of r3 as a temp in 8-bit unpacking.
Eric Anholt
2014-12-15
1
-10
/
+7
*
vc4: Rename UNPACK_8* to UNPACK_8*_F.
Eric Anholt
2014-12-15
5
-20
/
+20
*
vc4: Add support for UMAD.
Eric Anholt
2014-12-15
1
-0
/
+9
*
vc4: 0-initialize the screen again.
Eric Anholt
2014-12-15
1
-1
/
+1
*
glsl: Add gl_MaxViewports to available builtin constants
Maxence Le Doré
2014-12-15
3
-0
/
+10
[next]