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
...
*
radeonsi: fix build with LLVM 3.6
Marek Olšák
2016-02-12
1
-1
/
+1
*
i965/gs: Pass VerticesIn though prog_data
Jason Ekstrand
2016-02-11
3
-1
/
+5
*
i965/fs: Pass usage of depth, W, and sample mask through prog_data
Jason Ekstrand
2016-02-11
6
-20
/
+30
*
i965/fs: Refactor setup_payload_gen6 to assume FS
Jason Ekstrand
2016-02-11
3
-15
/
+15
*
nv50,nvc0: remove unused parameter in nvXX_state_validate()
Samuel Pitoiset
2016-02-11
8
-14
/
+10
*
glsl: don't validate interface blocks twice
Timothy Arceri
2016-02-12
1
-23
/
+21
*
glsl: remove duplicate embedded struct validation
Timothy Arceri
2016-02-12
3
-51
/
+17
*
include,gallium: Remove pre-MSVC 2013 compatibility.
Jose Fonseca
2016-02-11
7
-649
/
+10
*
scons: Eliminate MSVC2008 compatibility.
Jose Fonseca
2016-02-11
7
-22
/
+6
*
configure: Eliminate MSVC2008 compatibility.
Jose Fonseca
2016-02-11
6
-14
/
+8
*
i965: ir: dump floats as %-g rather than %f, so we can see denormals
Chris Forbes
2016-02-11
1
-1
/
+1
*
i965/gen7: Require kernel cmd_parser 5 for ARB_compute_shader
Jordan Justen
2016-02-11
1
-1
/
+2
*
st/mesa: release GLSL IR in LinkShader after it's not needed
Marek Olšák
2016-02-11
1
-0
/
+4
*
mesa: call build_program_resource_list inside Driver.LinkShader
Marek Olšák
2016-02-11
4
-3
/
+11
*
st/mesa: use correct pipe functions to create tess shaders
Marek Olšák
2016-02-11
3
-7
/
+27
*
gallium/radeon: drop support for LLVM 3.5
Marek Olšák
2016-02-11
9
-186
/
+11
*
radeonsi: obtain commonly used LLVM types only once
Marek Olšák
2016-02-11
1
-215
/
+194
*
radeonsi: cleanup shader codegen
Marek Olšák
2016-02-11
1
-425
/
+425
*
radeonsi: fix a crash when binding a sampler buffer
Marek Olšák
2016-02-11
1
-1
/
+2
*
docs: add news item and link release notes for 11.1.2
Emil Velikov
2016-02-11
2
-0
/
+7
*
docs: add sha256 checksums for 11.1.2
Emil Velikov
2016-02-11
1
-1
/
+2
*
docs: add release notes for 11.1.2
Emil Velikov
2016-02-11
1
-0
/
+181
*
nir: Remove the const_offset from nir_tex_instr
Jason Ekstrand
2016-02-10
8
-72
/
+27
*
nir/lower_vec_to_movs: Better report channels handled by insert_mov
Jason Ekstrand
2016-02-10
1
-1
/
+3
*
radeonsi: don't emit unnecessary NULL exports for unbound targets (v3)
Marek Olšák
2016-02-10
1
-26
/
+68
*
i965: Make sure we blit a full compressed block
Ben Widawsky
2016-02-10
1
-0
/
+14
*
radeon/uvd: silence a warning
Marek Olšák
2016-02-10
1
-0
/
+3
*
r300g: silence warnings
Marek Olšák
2016-02-10
1
-2
/
+0
*
meta/decompress: Don't pollute the renderbuffer namespace
Ian Romanick
2016-02-10
1
-6
/
+8
*
meta: Use internal functions for renderbuffer access
Ian Romanick
2016-02-10
2
-14
/
+8
*
meta/decompress: Track renderbuffer using gl_renderbuffer instead of GL API o...
Ian Romanick
2016-02-10
2
-5
/
+11
*
i965/meta: Don't pollute the renderbuffer namespace
Ian Romanick
2016-02-10
3
-16
/
+11
*
i965/meta: Use internal functions for renderbuffer access
Ian Romanick
2016-02-10
3
-11
/
+8
*
i965/meta: Return struct gl_renderbuffer* from brw_get_rb_for_slice instead o...
Ian Romanick
2016-02-10
4
-24
/
+30
*
meta: Don't save or restore the renderbuffer binding
Ian Romanick
2016-02-10
2
-7
/
+1
*
meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers and _me...
Ian Romanick
2016-02-10
1
-5
/
+4
*
i965/meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers an...
Ian Romanick
2016-02-10
1
-4
/
+3
*
mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storage
Ian Romanick
2016-02-10
2
-39
/
+63
*
mesa: Refactor _mesa_framebuffer_renderbuffer
Ian Romanick
2016-02-10
2
-18
/
+27
*
radeonsi: put image, fmask, and sampler descriptors into one array
Marek Olšák
2016-02-10
6
-116
/
+138
*
winsys/radeon: fix the num_tile_pipes comment to silence warnings
Marek Olšák
2016-02-10
1
-3
/
+3
*
winsys/radeon: better explain the num_tile_pipes fixup for TAHITI (v2)
Alexandre Demers
2016-02-10
1
-2
/
+4
*
st/mesa: check ureg_create() retval in create_pbo_upload_vs()
Samuel Pitoiset
2016-02-10
1
-0
/
+2
*
freedreno/ir3: Get rid of nested functions
Bernhard Rosenkränzer
2016-02-10
1
-15
/
+15
*
i965/blorp: Fix hiz ops on MSAA surfaces
Chris Forbes
2016-02-10
1
-2
/
+8
*
i965/gen8: Remove dead assertion
Topi Pohjolainen
2016-02-10
1
-6
/
+0
*
i965: Use constant pointer when checking for compression
Topi Pohjolainen
2016-02-10
2
-2
/
+2
*
mesa: fix trivial comment typo in dlist.c
Brian Paul
2016-02-09
1
-1
/
+1
*
i965/vec4: Drop support for ATTR as an instruction destination.
Kenneth Graunke
2016-02-09
1
-16
/
+0
*
i965/vec4/gs: Stop munging the ATTR containing gl_PointSize.
Kenneth Graunke
2016-02-09
2
-23
/
+4
[prev]
[next]