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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glapi/gen: Copy some GL 1.0 enum details into ARB_viewport_array
Adam Jackson
2016-05-17
1
-4
/
+12
*
glapi: Define PURE for Sun Studio as well
Adam Jackson
2016-05-17
1
-1
/
+1
*
glapi/glx: Mark byteswap functions as _X_UNUSED (v2)
Adam Jackson
2016-05-17
1
-6
/
+6
*
glapi: Harden GLX request size processing (v2)
Adam Jackson
2016-05-17
5
-19
/
+13
*
glapi: Add the safe_{add,mul,pad} functions from xserver
Adam Jackson
2016-05-17
1
-0
/
+24
*
glapi: Fix whitespace droppings when printing the license header
Adam Jackson
2016-05-17
1
-1
/
+1
*
mesa/st: add support for NIR as possible driver IR
Rob Clark
2016-05-17
8
-12
/
+632
*
mesa/st: move things around a bit in st_create_fp_variant()
Rob Clark
2016-05-17
1
-12
/
+8
*
mesa/st: add nir pass for lowering builtin uniforms
Rob Clark
2016-05-17
3
-0
/
+278
*
scons: gallium: link against nir as needed
Emil Velikov
2016-05-17
5
-1
/
+5
*
i965/fs: Add an allow_spilling flag to brw_compile_fs
Jason Ekstrand
2016-05-17
7
-20
/
+28
*
nvc0/ir: fix shared atomic lowering to preserve shared memory location
Ilia Mirkin
2016-05-17
1
-10
/
+8
*
freedreno/ir3: fix compiler warning
Rob Clark
2016-05-17
1
-0
/
+1
*
nir/validate: dump annotated shader with error msgs
Rob Clark
2016-05-17
1
-1
/
+62
*
nir/validate: assert() -> validate_assert()
Rob Clark
2016-05-17
1
-126
/
+128
*
nir/print: add support for print annotations
Rob Clark
2016-05-17
2
-1
/
+35
*
i965: Expose OpenGL 4.2 for gen8+
Alejandro Piñeiro
2016-05-17
2
-2
/
+2
*
i965: Enable ARB_vertex_attrib_64bit for gen8+
Alejandro Piñeiro
2016-05-17
1
-0
/
+1
*
i965: take care of doubles when lowering VS inputs
Juan A. Suarez Romero
2016-05-17
3
-1
/
+16
*
i965/fs: calculate first non-payload GRF using attrib slots
Juan A. Suarez Romero
2016-05-17
3
-1
/
+3
*
i965/vec4: use attribute slots to calculate URB read length
Juan A. Suarez Romero
2016-05-17
1
-3
/
+9
*
i965: take care of doubles when remapping VS attributes
Juan A. Suarez Romero
2016-05-17
1
-15
/
+11
*
nir: add double input bitmap
Juan A. Suarez Romero
2016-05-17
2
-0
/
+3
*
i965/fs: shuffle 32bits into 64bits for doubles
Juan A. Suarez Romero
2016-05-17
1
-0
/
+8
*
i965/fs: half exec_size when dealing with 64 bits attributes
Alejandro Piñeiro
2016-05-17
1
-2
/
+19
*
i965: passthru formats cannot be used width edge flag enabled
Alejandro Piñeiro
2016-05-17
1
-0
/
+20
*
i965: Configure how to store *64*PASSTHRU vertex components
Antia Puentes
2016-05-17
1
-0
/
+35
*
i965: get the proper vertex surface type for doubles on gen8+
Alejandro Piñeiro
2016-05-17
1
-3
/
+27
*
nvc0/ir: make sure out-of-bounds buffer loads/atomics get a 0 result
Ilia Mirkin
2016-05-17
1
-1
/
+26
*
glsl: make reserved_varying_slot() static
Timothy Arceri
2016-05-17
1
-1
/
+1
*
glsl: include per-patch varyings when generating reserved slot bitfield
Timothy Arceri
2016-05-17
1
-3
/
+6
*
glsl: don't incorrectly eliminate patches with explicit locations
Timothy Arceri
2016-05-17
1
-1
/
+2
*
glsl: remove remainings tabs in link_varyings.cpp
Timothy Arceri
2016-05-17
1
-2
/
+2
*
glsl: fix location and component packing validation on patches
Timothy Arceri
2016-05-17
2
-1
/
+3
*
i965: Enable ARB_shader_precision on Gen8+.
Kenneth Graunke
2016-05-16
1
-0
/
+1
*
vl/dri: Move the DRI3 check out of sources include into C.
Jose Fonseca
2016-05-16
2
-5
/
+5
*
st/vdpau: add dri3 support
Leo Liu
2016-05-16
1
-1
/
+5
*
vl/dri3: implement functions for get and set timestamp
Leo Liu
2016-05-16
1
-6
/
+53
*
vl/dri3: handle PresentCompleteNotify event
Leo Liu
2016-05-16
1
-1
/
+27
*
st/va: add dri3 support
Leo Liu
2016-05-16
1
-1
/
+5
*
vl/dri3: implement DRI3 BufferFromPixmap
Leo Liu
2016-05-16
1
-3
/
+113
*
vl/dri3: add support for resizing
Leo Liu
2016-05-16
1
-4
/
+13
*
vl/dri3: implement funciton for get dirty area
Leo Liu
2016-05-16
1
-2
/
+9
*
vl/dri3: implement function for flush frontbuffer
Leo Liu
2016-05-16
1
-2
/
+30
*
vl/dri3: add back buffers support
Leo Liu
2016-05-16
1
-2
/
+185
*
vl/dri3: implement flushing for queued events
Leo Liu
2016-05-16
1
-0
/
+36
*
vl/dri3: register present events
Leo Liu
2016-05-16
1
-0
/
+27
*
vl/dri3: set drawable geometry
Leo Liu
2016-05-16
1
-0
/
+35
*
vl/dri3: add DRI3 support and implement create and destroy
Leo Liu
2016-05-16
3
-0
/
+208
*
mesa/version.c: enable cull distance in version check.
Dave Airlie
2016-05-17
1
-1
/
+1
[next]