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
*
glsl: Reject C-style initializers with unknown types.
Matt Turner
2013-07-15
1
-0
/
+5
*
glsl: Rework builtin_variables.cpp to reduce code duplication.
Paul Berry
2013-07-15
1
-761
/
+368
*
glsl: Fix lower_named_interface_blocks to account for dereferences of consts.
Paul Berry
2013-07-15
1
-0
/
+2
*
glsl: Don't allow vertex shader input arrays until GLSL 1.50.
Paul Berry
2013-07-15
1
-1
/
+1
*
i965: Gen4/5: use IEEE floating point mode for GLSL shaders.
Chris Forbes
2013-07-14
2
-2
/
+17
*
i965/vs: Gen4/5: enable front colors if back colors are written
Chris Forbes
2013-07-14
1
-0
/
+6
*
gallivm: (trivial) use constant instead of exp2f() function
Roland Scheidegger
2013-07-14
1
-2
/
+3
*
ilo: skip 3DSTATE_INDEX_BUFFER when possible
Chia-I Wu
2013-07-14
4
-59
/
+77
*
gallivm: handle srgb-to-linear and linear-to-srgb conversions
Roland Scheidegger
2013-07-13
6
-7
/
+332
*
gallivm: better support for fast rsqrt
Roland Scheidegger
2013-07-13
2
-16
/
+63
*
r600g/sb: Initialize ra_constraint::cost.
Vinson Lee
2013-07-13
1
-1
/
+1
*
glsl: Initialize ast_aggregate_initializer::constructor_type.
Vinson Lee
2013-07-12
1
-1
/
+2
*
glsl: Make gl_TexCoord compatibility-only
Paul Berry
2013-07-12
1
-26
/
+30
*
glsl ES: Fix magnitude of gl_MaxVertexUniformVectors.
Paul Berry
2013-07-12
1
-1
/
+1
*
winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfault
Marek Olšák
2013-07-13
1
-9
/
+11
*
ilo: move a santiy check into its assert()
Chia-I Wu
2013-07-13
1
-5
/
+2
*
ilo: mark some states dirty when they are really changed
Chia-I Wu
2013-07-13
1
-0
/
+16
*
ilo: clean up ilo_blitter_pipe_begin()
Chia-I Wu
2013-07-13
3
-27
/
+39
*
r600g: don't use the CB/DB CP COHER logic on r6xx
Alex Deucher
2013-07-12
1
-2
/
+10
*
nv30: fix KILL_IF breakage
Brian Paul
2013-07-12
1
-1
/
+1
*
gallium: fixup definitions of the rsq and sqrt
Zack Rusin
2013-07-11
4
-18
/
+15
*
util/u_format: Comment out half float denormal test case.
José Fonseca
2013-07-12
1
-0
/
+5
*
gallivm: Eliminate redundant lp_build_select calls.
José Fonseca
2013-07-12
1
-12
/
+2
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
32
-110
/
+109
*
tgsi: fix-up KILP comments
Brian Paul
2013-07-12
4
-10
/
+9
*
tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vector
Brian Paul
2013-07-12
1
-1
/
+1
*
tgsi: use X component of the second operand in exec_scalar_binary()
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: update glext.h to version 20130708
Brian Paul
2013-07-12
6
-6
/
+6
*
mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter()
Brian Paul
2013-07-12
1
-1
/
+15
*
mesa: simplify some _mesa_IsEnabled() queries
Brian Paul
2013-07-12
1
-10
/
+11
*
os: add os_get_process_name() function
Brian Paul
2013-07-12
3
-0
/
+133
*
mesa: whitespace, formatting, 80-column wrapping
Brian Paul
2013-07-12
1
-12
/
+18
*
softpipe: silence some MSVC warnings
Brian Paul
2013-07-12
2
-14
/
+14
*
hud: silence some MSVC warnings
Brian Paul
2013-07-12
1
-8
/
+8
*
util: add casts to silence MSVC warnings in u_blit.c
Brian Paul
2013-07-12
1
-14
/
+14
*
tgsi: s/unsigned/int/ to silence MSVC warning
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: s/unsigned/int/ to fix MSVC warning in uniforms.c
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: add casts to fix MSVC warnings in multisample.c
Brian Paul
2013-07-12
1
-2
/
+3
*
mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.c
Brian Paul
2013-07-12
1
-2
/
+2
*
mesa: fix inconsistent function declaration, definitions
Brian Paul
2013-07-12
2
-4
/
+4
*
mesa: add cast to silence MSVC warning
Brian Paul
2013-07-12
1
-1
/
+1
*
radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2
Christian König
2013-07-12
2
-5
/
+19
*
glsl: Avoid variable length arrays.
José Fonseca
2013-07-12
1
-7
/
+14
*
glsl: Add support for C-style initializers.
Matt Turner
2013-07-11
4
-1
/
+257
*
glsl: Add infrastructure for aggregate initializers.
Matt Turner
2013-07-11
4
-1
/
+72
*
glsl: Add an is_declaration field to ast_struct_specifier.
Matt Turner
2013-07-11
2
-1
/
+4
*
glsl: Track structs' ast_type_specifiers in symbol table.
Matt Turner
2013-07-11
2
-4
/
+27
*
glsl: Add process_vec_mat_constructor() function.
Matt Turner
2013-07-11
1
-0
/
+114
*
glsl: Separate code into process_record_constructor().
Matt Turner
2013-07-11
1
-48
/
+60
[next]