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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glsl/ast: Fix assertion failure when GS input declared as non-array.
Paul Berry
2013-08-13
1
-4
/
+12
*
glsl/ast: Check that geometry shader interface block inputs are arrays.
Paul Berry
2013-08-13
1
-0
/
+13
*
i965/gen7+: Fix build error introduced by renaming upload_3dstate_so_decl_list.
Paul Berry
2013-08-13
1
-1
/
+1
*
radeon/llvm: Add missing "%s" format string to fprintf.
Jon Severinsson
2013-08-13
1
-1
/
+1
*
i965: Move arrays brw_multisample_positions* to new header
Chad Versace
2013-08-13
2
-46
/
+73
*
i965: Refactor names of sample_positions_8/4x arrays
Chad Versace
2013-08-13
1
-7
/
+7
*
i965/gen7+: Mark upload_3dstate_so_decl_list as non-static (v2)
Kenneth Graunke
2013-08-13
2
-3
/
+7
*
i965: Mark a few brw_draw_upload.c functions as non-static
Kenneth Graunke
2013-08-13
2
-7
/
+14
*
glsl: Require function return type arrays be explicitly sized
Ian Romanick
2013-08-13
1
-0
/
+12
*
glsl: Move and refine test for unsized arrays in GLSL ES
Ian Romanick
2013-08-13
1
-6
/
+27
*
glx: Generate GLXBadDrawable when drawable is zero
Ian Romanick
2013-08-13
1
-2
/
+12
*
mesa: Use _mesa_detach_renderbuffer when deleting a texture
Ian Romanick
2013-08-13
2
-20
/
+48
*
mesa: Make detach_renderbuffer available outside fbobject.c
Ian Romanick
2013-08-13
2
-9
/
+38
*
meta: Don't call _mesa_Ortho with width or height of 0
Ian Romanick
2013-08-13
1
-3
/
+8
*
r600g/sb: use MULADD workaround on R7xx for MULADD_IEEE
Vadim Girlin
2013-08-14
1
-1
/
+2
*
gallivm: implement new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
1
-2
/
+79
*
tgsi: implement new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
4
-4
/
+102
*
gallium: add new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
2
-17
/
+82
*
ilo: enable dumping of WM PCB
Chia-I Wu
2013-08-13
1
-1
/
+5
*
ilo: no binding table change when constants are pushed
Chia-I Wu
2013-08-13
1
-21
/
+17
*
ilo: support push constant model in shaders
Chia-I Wu
2013-08-13
6
-12
/
+143
*
ilo: support copying constant buffer 0 to PCB
Chia-I Wu
2013-08-13
5
-19
/
+105
*
ilo: make constant buffer 0 upload optional
Chia-I Wu
2013-08-13
3
-29
/
+35
*
Revert "ilo: initialize constant buffer SURFACE_STATE early"
Chia-I Wu
2013-08-13
4
-32
/
+27
*
gbm: Link to libwayland-drm if Wayland EGL platform is enabled
Armin K
2013-08-12
3
-5
/
+6
*
gallivm: fix exec_mask interaction with geometry shader after end of main
Roland Scheidegger
2013-08-12
2
-16
/
+14
*
draw: simplify prim mask construction
Roland Scheidegger
2013-08-12
1
-22
/
+10
*
gallivm: simplify geometry shader mask handling a bit
Roland Scheidegger
2013-08-12
1
-36
/
+28
*
draw: (trivial) dump tgsi for geometry shaders with GALLIVM_DEBUG_TGSI
Roland Scheidegger
2013-08-12
1
-0
/
+5
*
gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soa
Roland Scheidegger
2013-08-12
1
-1
/
+1
*
i965/fs: Add dump_instruction() support for ARF destinations.
Kenneth Graunke
2013-08-12
1
-0
/
+6
*
i965/fs: Remove extraneous newline in dump_instruction() for CMP.
Kenneth Graunke
2013-08-12
1
-1
/
+1
*
i965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when possible.
Kenneth Graunke
2013-08-12
2
-0
/
+79
*
i965/fs: Consider predicated SEL instructions as whole variable writes.
Kenneth Graunke
2013-08-12
1
-1
/
+1
*
i965/fs: Explicitly disallow CSE on predicated instructions.
Kenneth Graunke
2013-08-12
1
-1
/
+3
*
i965/fs: Log a performance warning if skipping 16-wide due to pulls.
Kenneth Graunke
2013-08-12
1
-7
/
+11
*
ilo: initialize constant buffer SURFACE_STATE early
Chia-I Wu
2013-08-12
4
-27
/
+32
*
ilo: 3DSTATE_INDEX_BUFFER may be wrongly skipped
Chia-I Wu
2013-08-10
1
-1
/
+5
*
i965: add missing BRW_NEW_INTERPOLATION_MAP to state dump
Chris Forbes
2013-08-10
1
-0
/
+1
*
i965: Add a new debug mode for the VUE map
Chris Forbes
2013-08-10
3
-0
/
+29
*
glsl: Don't allow const on out or inout function parameters
Ian Romanick
2013-08-09
1
-0
/
+15
*
gallivm: set non-existing values really to zero in size queries for d3d10
Roland Scheidegger
2013-08-09
4
-22
/
+22
*
gallivm: use texture target from shader instead of static state for size query
Roland Scheidegger
2013-08-09
6
-4
/
+77
*
gallivm: honor d3d10's wishes of out-of-bounds behavior for texture size query
Roland Scheidegger
2013-08-09
1
-8
/
+27
*
glsl: Enable ARB_fragment_coord_conventions functionality in GLSL 1.50.
Paul Berry
2013-08-09
2
-2
/
+4
*
main: Fix deprecation of glLineWidth()
Paul Berry
2013-08-09
1
-1
/
+2
*
util: (trivial) fix asm input/output list for fxsave
Roland Scheidegger
2013-08-09
1
-1
/
+1
*
r600g: disable GPUVM by default
Alex Deucher
2013-08-09
1
-1
/
+1
*
softpipe: fix the regressions
Zack Rusin
2013-08-08
1
-2
/
+0
*
draw: rewrite primitive assembler
Zack Rusin
2013-08-08
9
-297
/
+180
[prev]
[next]