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
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/nir: Do lower_io late for fragment shaders
Jason Ekstrand
2016-02-17
2
-1
/
+4
*
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2016-02-11
11
-38
/
+55
|
\
|
*
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
|
*
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
|
*
mesa: call build_program_resource_list inside Driver.LinkShader
Marek Olšák
2016-02-11
1
-0
/
+2
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2016-02-10
10
-77
/
+85
|
\
|
|
*
nir: Remove the const_offset from nir_tex_instr
Jason Ekstrand
2016-02-10
2
-25
/
+22
|
*
i965: Make sure we blit a full compressed block
Ben Widawsky
2016-02-10
1
-0
/
+14
|
*
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
|
*
i965/meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers an...
Ian Romanick
2016-02-10
1
-4
/
+3
|
*
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
*
|
Merge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9' into vulkan
Jason Ekstrand
2016-02-10
10
-156
/
+206
|
\
|
|
*
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
|
*
i965: Apply VS attribute workarounds in NIR.
Kenneth Graunke
2016-02-09
8
-117
/
+202
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2016-02-09
10
-56
/
+93
|
\
|
|
*
i965/vec4: Plumb separate surfaces and samplers through from NIR
Jason Ekstrand
2016-02-09
4
-9
/
+23
|
*
i965/vec4: Separate the sampler from the surface in generate_tex
Jason Ekstrand
2016-02-09
1
-5
/
+13
|
*
i965/fs: Plumb separate surfaces and samplers through from NIR
Jason Ekstrand
2016-02-09
7
-22
/
+46
|
*
i965/fs: Separate the sampler from the surface in generate_tex
Jason Ekstrand
2016-02-09
2
-6
/
+15
|
*
i965/fs: Add an enum for keeping track of texture instruciton sources
Jason Ekstrand
2016-02-09
3
-44
/
+72
|
*
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2016-02-09
2
-0
/
+6
|
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
2
-24
/
+24
|
*
i965: Explicitly write the "TR DS Cache Disable" bit at TCS EOT.
Kenneth Graunke
2016-02-09
3
-3
/
+6
*
|
Merge commit '8b0fb1c152fe191768953aa8c77b89034a377f83' into vulkan
Jason Ekstrand
2016-02-09
12
-27
/
+63
|
\
|
|
*
i965: Use nir_lower_load_const_to_scalar().
Kenneth Graunke
2016-02-08
1
-0
/
+4
|
*
i965: Don't add barrier deps for FB write messages.
Kenneth Graunke
2016-02-08
1
-3
/
+4
|
*
i965: Rename define for the PIPE_CONTROL DC flush bit.
Francisco Jerez
2016-02-08
5
-6
/
+6
|
*
i965: Invalidate state cache before L3 partitioning set-up.
Francisco Jerez
2016-02-08
1
-0
/
+1
|
*
i965: Fix cache pollution race during L3 partitioning set-up.
Francisco Jerez
2016-02-08
1
-8
/
+23
|
*
i965/fs: Don't emit unnecessary SEL instruction from emit_image_atomic().
Francisco Jerez
2016-02-08
1
-1
/
+1
|
*
i965/vec4: Update vec4 unit tests for commit 01dacc83ff.
Matt Turner
2016-02-08
3
-10
/
+24
|
*
dri/common: include debug_output.h to silence warning
Brian Paul
2016-02-08
1
-0
/
+1
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2016-02-05
8
-15
/
+45
|
\
|
|
*
i965/vec4: don't copy ATTR into 3src instructions with complex swizzles
Matt Turner
2016-02-05
1
-4
/
+10
|
*
main: Use a derived value for the default sample count
Neil Roberts
2016-02-05
1
-0
/
+19
|
*
DRI_CONFIG: Add option to override vendor id
Patrick Rudolph
2016-02-04
1
-0
/
+5
|
*
i965/fs: Allocate single register at a time for constants.
Matt Turner
2016-02-04
1
-3
/
+3
|
*
i965/gen8: Initialize aux_mode to GEN8_SURFACE_AUX_MODE_NONE
Jordan Justen
2016-02-02
1
-2
/
+2
|
*
Revert "i965: Provide sse2 version for rgba8 <-> bgra8 swizzle"
Roland Scheidegger
2016-02-02
2
-62
/
+12
|
*
i965: Provide sse2 version for rgba8 <-> bgra8 swizzle
Roland Scheidegger
2016-02-02
2
-12
/
+62
|
*
i965/gen7+: Use NIR for lowering of pack/unpack opcodes.
Matt Turner
2016-02-01
3
-19
/
+29
|
*
i965/vec4: Implement nir_op_pack_uvec2_to_uint.
Matt Turner
2016-02-01
1
-0
/
+18
[next]