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
*
gallium/util: Don't implement u_bit_scan64 on MSVC.
Jose Fonseca
2015-02-04
1
-0
/
+2
*
gallium/util: Define ffsll on MinGW.
Jose Fonseca
2015-02-04
1
-0
/
+1
*
radeonsi: implement polygon stippling
Marek Olšák
2015-02-04
7
-5
/
+79
*
radeonsi: add polygon stipple texture slot
Marek Olšák
2015-02-04
1
-5
/
+8
*
radeonsi: deduce rasterizer primitive type at the beginning of draw_vbo
Marek Olšák
2015-02-04
2
-13
/
+17
*
radeonsi: allow 64 descriptors per array
Marek Olšák
2015-02-04
2
-34
/
+34
*
radeonsi: add support for sampler views where resource = NULL
Marek Olšák
2015-02-04
2
-6
/
+22
*
radeonsi: add support for NULL texture sampler views that return (0,0,0,1)
Marek Olšák
2015-02-04
1
-2
/
+28
*
radeonsi: fix a crash when binding a NULL sampler view list
Marek Olšák
2015-02-04
1
-1
/
+1
*
radeonsi: move the buffer descriptor to the end of the image descriptor
Marek Olšák
2015-02-04
4
-7
/
+9
*
radeonsi: don't use tgsi_parse_context to get processor type
Marek Olšák
2015-02-04
1
-7
/
+1
*
radeonsi: fix instanced arrays with non-zero start instance
Marek Olšák
2015-02-04
1
-3
/
+3
*
r600g,radeonsi: don't append to streamout buffers that haven't been used yet
Marek Olšák
2015-02-04
2
-1
/
+4
*
gallium: set PIPE_MAX_SAMPLERS to 18
Marek Olšák
2015-02-04
1
-1
/
+1
*
gallium/u_pstipple: add ability to specify a fixed texture unit
Marek Olšák
2015-02-04
3
-9
/
+21
*
gallium/util: add u_bit_scan64
Marek Olšák
2015-02-04
1
-0
/
+7
*
tgsi: add tgsi_get_processor_type helper from radeon
Marek Olšák
2015-02-04
3
-11
/
+14
*
i965/fs: Fix saturate on MAD and LRP with the NIR backend.
Kenneth Graunke
2015-02-04
1
-2
/
+4
*
mesa: Fix _mesa_format_convert fallback path when src is not an array format
Iago Toral Quiroga
2015-02-04
1
-2
/
+2
*
st/osmesa: Fix osbuffer->textures indexing
Park, Jeongmin
2015-02-03
1
-1
/
+1
*
i965/nir: use redundant phi optimization
Connor Abbott
2015-02-03
1
-0
/
+2
*
nir: add an optimization to remove useless phi nodes
Connor Abbott
2015-02-03
3
-0
/
+112
*
nir/validate: Ensure that phi sources are SSA-only
Jason Ekstrand
2015-02-03
1
-10
/
+3
*
nir/validate: Validate that only float ALU outputs are saturated
Jason Ekstrand
2015-02-03
1
-0
/
+8
*
nir/lower_source_mods: Don't lower saturate for non-float outputs
Jason Ekstrand
2015-02-03
1
-0
/
+4
*
i965/fs_nir: Get rid of get_alu_src
Jason Ekstrand
2015-02-03
2
-59
/
+75
*
i965/fs: Use NIR's scalarizing abilities and stop handling vectors
Jason Ekstrand
2015-02-03
2
-349
/
+161
*
nir: Add a pass to lower vector phi nodes to scalar phi nodes
Jason Ekstrand
2015-02-03
3
-0
/
+293
*
i965/fs: Add support for constant propagating into sources with modifiers.
Matt Turner
2015-02-03
1
-6
/
+12
*
i965/vec4: Use abs/negate functions in const propagation.
Matt Turner
2015-02-03
1
-13
/
+5
*
i965: Add function to take the abs of immediates.
Matt Turner
2015-02-03
2
-0
/
+40
*
i965: Add function to negate immediates.
Matt Turner
2015-02-03
2
-0
/
+40
*
i965: Mark UB/B immediates as unreachable.
Matt Turner
2015-02-03
1
-4
/
+1
*
gallium/util: Don't use __builtin_clrsb in util_last_bit().
Matt Turner
2015-02-03
1
-4
/
+0
*
glsl/list: Note that exec_lists may not be realloc'd.
Matt Turner
2015-02-03
1
-0
/
+4
*
st/mesa: mark constant array of swizzles as static const
Nils Wallménius
2015-02-04
1
-1
/
+1
*
mesa: Returns a GL_INVALID_VALUE error on several APIs when buffer size is ne...
Eduardo Lima Mitev
2015-02-03
3
-12
/
+36
*
mesa: fix error value in GetFramebufferAttachmentParameteriv for OpenGL ES 3.0
Samuel Iglesias Gonsalvez
2015-02-03
1
-1
/
+1
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
8
-34
/
+47
*
mesa: Allow querying for GL_PRIMITIVE_RESTART_FIXED_INDEX under GLES 3
Eduardo Lima Mitev
2015-02-03
1
-0
/
+1
*
glsl: can't have 'const' qualifier used with struct or interface block members
Iago Toral Quiroga
2015-02-03
1
-0
/
+7
*
glsl: interface blocks must be declared at global scope
Iago Toral Quiroga
2015-02-03
1
-0
/
+8
*
i965: Fix negate with unsigned integers
Iago Toral Quiroga
2015-02-03
2
-8
/
+10
*
st/mesa: add EXT_polygon_offset_clamp support
Ilia Mirkin
2015-02-02
2
-0
/
+2
*
gallium: add a cap to determine whether the driver supports offset_clamp
Ilia Mirkin
2015-02-02
15
-1
/
+20
*
i965/gen6+: enable EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
4
-3
/
+4
*
mesa: add support for GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
12
-16
/
+73
*
glapi: add GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
4
-1
/
+24
*
glsl: Pick ast_conditional branch regardless of op1/2 being constant.
Kenneth Graunke
2015-02-02
1
-4
/
+2
*
i965: Add a better PRM citation for the IMS dimension mangling.
Kenneth Graunke
2015-02-02
1
-1
/
+22
[next]