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
*
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
*
i965/brw_reg: struct constructor now needs explicit negate and abs values.
Andres Gomez
2014-12-15
3
-2
/
+28
*
vc4: Fix leaks of the compiled shaders' keys.
Eric Anholt
2014-12-14
1
-1
/
+1
*
vc4: Fix leaks of the CL contents.
Eric Anholt
2014-12-14
2
-1
/
+6
*
vc4: Fix leak of vc4_bos stashed in the context.
Eric Anholt
2014-12-14
1
-0
/
+5
*
vc4: Fix leak of the compiled shader programs in the cache.
Eric Anholt
2014-12-14
3
-0
/
+24
*
vc4: Fix leak of a copy of the scheduled QPU instructions.
Eric Anholt
2014-12-14
1
-2
/
+3
*
vc4: Switch to using the util/ hash table.
Eric Anholt
2014-12-14
2
-54
/
+33
*
vc4: Fix leak of simulator memory on screen cleanup.
Eric Anholt
2014-12-14
2
-3
/
+6
*
vc4: Fix a leak of the simulator's exec BO's actual vc4_bo.
Eric Anholt
2014-12-14
1
-0
/
+1
*
hash_table: Fix compiler warnings from the renaming.
Eric Anholt
2014-12-14
1
-2
/
+2
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
16
-92
/
+138
*
glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0) (v2)
Mario Kleiner
2014-12-14
1
-2
/
+15
*
glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
Mario Kleiner
2014-12-14
1
-1
/
+13
*
glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)
Mario Kleiner
2014-12-14
2
-5
/
+11
*
glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)
Mario Kleiner
2014-12-14
1
-0
/
+9
*
freedreno/a4xx: mipmaps
Rob Clark
2014-12-13
4
-24
/
+80
*
freedreno: update generated headers
Rob Clark
2014-12-13
5
-12
/
+20
*
freedreno: add is_a3xx()/is_a4xx() helpers
Rob Clark
2014-12-13
3
-7
/
+27
*
freedreno: helper to calc layer/level offset
Rob Clark
2014-12-13
5
-21
/
+31
*
i965/vec4: Drop writemasks on scratch reads.
Kenneth Graunke
2014-12-12
1
-8
/
+0
[next]