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
*
mesa: Fix error condition for valid texture targets in glTexStorage* functions
Anuj Phogat
2014-08-04
1
-0
/
+7
*
glsl: Rebuild the symbol table without unreachable symbols
Ian Romanick
2014-08-04
1
-1
/
+25
*
glsl: Only create one ir_function for a given name.
Kenneth Graunke
2014-08-04
1
-14
/
+17
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
12
-20
/
+30
*
mesa: Actually use the Mesa IR optimizer for ARB programs.
Kenneth Graunke
2014-08-04
1
-0
/
+7
*
glsl: Do not add extra padding to structures
Ian Romanick
2014-08-04
1
-3
/
+0
*
glsl: Correctly determine when the field of a UBO is row-major
Ian Romanick
2014-08-04
1
-15
/
+120
*
linker: Use the matrix layout information in ir_variable and glsl_type for UB...
Ian Romanick
2014-08-04
1
-10
/
+5
*
glsl: Track matrix layout of variables using two bits
Ian Romanick
2014-08-04
4
-15
/
+61
*
glsl: Also track matrix layout information into structures
Ian Romanick
2014-08-04
1
-1
/
+7
*
glsl: Track matrix layout of structure fields using two bits
Ian Romanick
2014-08-04
6
-50
/
+96
*
glsl: Correctly load columns of a row-major matrix
Ian Romanick
2014-08-04
1
-4
/
+11
*
linker: Add padding after the last field of a structure
Ian Romanick
2014-08-04
3
-3
/
+25
*
linker: Add a last_field parameter to various program_resource_visitor methods
Ian Romanick
2014-08-04
3
-16
/
+30
*
mesa: Do not list inactive block members as active
Ian Romanick
2014-08-04
1
-6
/
+26
*
glsl: Do not eliminate 'shared' or 'std140' blocks or block members
Ian Romanick
2014-08-04
3
-4
/
+65
*
glsl: Use the without_array predicate to simplify some code
Ian Romanick
2014-08-04
4
-23
/
+12
*
glsl: Add without_array type predicate
Ian Romanick
2014-08-04
1
-0
/
+12
*
glsl: Use constant_expression_value instead of as_constant
Ian Romanick
2014-08-04
1
-1
/
+2
*
targets/graw-gdi: link with mesautil, not mesautils
Brian Paul
2014-08-04
1
-1
/
+1
*
wmesa: link with mesautil
Brian Paul
2014-08-04
1
-0
/
+2
*
osmesa: link with mesautil
Brian Paul
2014-08-04
1
-0
/
+1
*
targets/libgl-gdi: link with mesautil
Brian Paul
2014-08-04
1
-0
/
+3
*
targets/egl-static: link with libmesautil.la
Brian Paul
2014-08-04
1
-0
/
+1
*
mesa/x86: put code in braces to silence declarations after code warning
Brian Paul
2014-08-04
1
-7
/
+9
*
src/Makefile.am: Move gtest before util
Jason Ekstrand
2014-08-04
1
-1
/
+1
*
util: include c99_compat.h in format_srgb.h to get 'inline' definition
Brian Paul
2014-08-04
1
-0
/
+1
*
util: include c99_compat.h in hash_table.h to get 'inline' definition
Brian Paul
2014-08-04
1
-0
/
+1
*
targets/vdpau: link with libmesautil.la to fix build breakage
Brian Paul
2014-08-04
1
-0
/
+1
*
xlib: fix missing mesautil build breakage
Brian Paul
2014-08-04
1
-0
/
+1
*
svga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two relocations.
Matthew McClure
2014-08-04
1
-1
/
+1
*
gallium: Add libmesautil dependency to gdm and xa targets
Jason Ekstrand
2014-08-04
2
-0
/
+2
*
mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil
Jason Ekstrand
2014-08-04
8
-185
/
+112
*
gallium: Move sRGB <-> RGB handling to libmesautil
Jason Ekstrand
2014-08-04
20
-77
/
+79
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
23
-106
/
+154
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
34
-25
/
+23
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
62
-56
/
+178
*
mesa/SConscript: Use Makefile.sources instead of duplicating the file lists
Jason Ekstrand
2014-08-04
2
-333
/
+11
*
targets/dri: resolve the scons build
Emil Velikov
2014-08-04
1
-0
/
+1
*
mesa/st: Fix compiler warnings
Jan Vesely
2014-08-04
1
-5
/
+3
*
gallium: Fix compiler warning.
Jan Vesely
2014-08-04
2
-2
/
+2
*
glsl: fix switch statement default case regressions
Tapani Pälli
2014-08-04
1
-6
/
+6
*
st/dri: Fix driver loading if swrast isn't built
Aaron Watry
2014-08-03
1
-0
/
+4
*
mesa/st: only convert AND(a, NOT(b)) into MAD when not using native integers
Ilia Mirkin
2014-08-03
1
-1
/
+1
*
Remove XA state tracker support for Radeon
Marek Olšák
2014-08-03
1
-32
/
+0
*
mesa/st: add support for dynamic ubo selection
Ilia Mirkin
2014-08-02
1
-28
/
+34
*
i965: Delete stale "pre-gen4" comment in texture validation code.
Kenneth Graunke
2014-08-02
1
-5
/
+0
*
i965: Delete sampler state structures.
Kenneth Graunke
2014-08-02
1
-99
/
+0
*
i965: Replace sizeof(struct gen7_sampler_state) with the size itself.
Kenneth Graunke
2014-08-02
4
-8
/
+8
*
i965: Drop sizeof(struct brw_sampler_state) from estimated prim size.
Kenneth Graunke
2014-08-02
1
-3
/
+3
[next]