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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/blit2d: Break the texelfetch portion of shader building into a helper
Jason Ekstrand
2016-04-08
1
-23
/
+36
*
anv/blit2d: Fix whitespace
Jason Ekstrand
2016-04-08
1
-10
/
+10
*
anv/blit2d: Fix a NIR writemask
Jason Ekstrand
2016-04-08
1
-1
/
+1
*
anv/meta2d: Don't declare an array sampler in the fragment shader
Jason Ekstrand
2016-04-08
1
-4
/
+4
*
anv/blit2d: Remove the tex_dim parameter from copy_fragment_shader
Jason Ekstrand
2016-04-08
1
-4
/
+4
*
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-07
94
-1115
/
+1786
|
\
|
*
radeonsi: do per-pixel clipping based on viewport states
Marek Olšák
2016-04-08
2
-11
/
+85
|
*
nv50/ir: do not try to attach JOIN ops to ATOM
Samuel Pitoiset
2016-04-07
1
-1
/
+1
|
*
radeonsi: raise number of samplers per shader to 32
Nicolai Hähnle
2016-04-07
1
-3
/
+3
|
*
radeonsi: expand the compressed color and depth texture masks to 64 bits
Nicolai Hähnle
2016-04-07
3
-18
/
+18
|
*
radeonsi: replace magic 16 by SI_NUM_USER_SAMPLERS
Nicolai Hähnle
2016-04-07
1
-1
/
+1
|
*
gallium: raise PIPE_MAX_SAMPLERS to 32
Nicolai Hähnle
2016-04-07
1
-1
/
+1
|
*
st/glsl_to_tgsi: make samplers_used an uint32_t (v2)
Nicolai Hähnle
2016-04-07
1
-3
/
+5
|
*
tgsi/scan: add an assert for the size of the samplers_declared bitfield
Nicolai Hähnle
2016-04-07
1
-1
/
+2
|
*
draw/aaline: stronger guard against no free samplers (v2)
Nicolai Hähnle
2016-04-07
1
-2
/
+4
|
*
util/pstipple: stronger guard against no free samplers (v2)
Nicolai Hähnle
2016-04-07
1
-2
/
+4
|
*
svga: new SVGA_MSAA env var to disable/enable MSAA pixel formats
Brian Paul
2016-04-07
1
-2
/
+4
|
*
svga: add some trivial null pointer checks
Brian Paul
2016-04-07
3
-0
/
+9
|
*
trace: add missing set_shader_images()
Samuel Pitoiset
2016-04-07
3
-0
/
+81
|
*
radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2016-04-07
3
-5
/
+16
|
*
radeonsi: don't use the real barrier instruction in tess ctrl shaders
Marek Olšák
2016-04-07
1
-0
/
+8
|
*
Revert "clover: Fix build against clang SVN >= r265359"
Michel Dänzer
2016-04-07
1
-3
/
+0
|
*
nir/types: Add a wrapper for count_attribute_slots
Jason Ekstrand
2016-04-07
2
-0
/
+10
|
*
r600: use radeon_emit in a few more places in evergreen_compute
Dave Airlie
2016-04-07
1
-4
/
+4
|
*
r600: make compute global buffer functions static.
Dave Airlie
2016-04-07
2
-98
/
+86
|
*
r600: make two compute functions static.
Dave Airlie
2016-04-07
2
-5
/
+3
|
*
r600: using pipe_grid_info more in evergreen_compute.
Dave Airlie
2016-04-07
2
-26
/
+21
|
*
r600: in evergreen_compute use ctx consistently instead of ctx_
Dave Airlie
2016-04-07
1
-25
/
+25
|
*
r600: use rctx consistently in evergreen_compute.c
Dave Airlie
2016-04-07
1
-74
/
+74
|
*
r600: cleanup whitespace in evergreen_compute.c
Dave Airlie
2016-04-07
1
-87
/
+75
|
*
GL3.txt: Mark ARB_framebuffer_no_attachments as done
Edward O'Callaghan
2016-04-07
2
-1
/
+2
|
*
r600g: Enable ARB_framebuffer_no_attachments
Edward O'Callaghan
2016-04-07
1
-1
/
+1
|
*
radeonsi: Enable ARB_framebuffer_no_attachments
Edward O'Callaghan
2016-04-07
1
-1
/
+1
|
*
radeonsi: Improve assert info out of si_set_framebuffer_state()
Edward O'Callaghan
2016-04-07
1
-0
/
+2
|
*
radeonsi: Allow 16 samples MSAA mode for PIPE_FORMAT_NONE
Edward O'Callaghan
2016-04-07
1
-0
/
+5
|
*
softpipe: Set samples and layers in set_framebuffer_state() cb
Edward O'Callaghan
2016-04-07
1
-0
/
+2
|
*
mesa/st: Update framebuffer state with no.of samples,layers
Edward O'Callaghan
2016-04-07
1
-3
/
+5
|
*
gallium/trace: Dump no.of samples and layers in fb state
Edward O'Callaghan
2016-04-07
1
-0
/
+2
|
*
gallium: Put no.of {samples,layers} into pipe_framebuffer_state
Edward O'Callaghan
2016-04-07
3
-0
/
+40
|
*
mesa/st: Set _NumSamples in update_framebuffer_state()
Edward O'Callaghan
2016-04-07
1
-0
/
+46
|
*
gallium: Obtain ARB_framebuffer_no_attachment constants
Edward O'Callaghan
2016-04-07
1
-0
/
+28
|
*
gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
Edward O'Callaghan
2016-04-07
16
-0
/
+23
|
*
mesa/st: Use _mesa_geometric_ functions appropriately
Edward O'Callaghan
2016-04-07
4
-8
/
+15
|
*
mesa: Add comment to framebuffer_parameteri()
Edward O'Callaghan
2016-04-07
1
-0
/
+5
|
*
i965/sf_state: Pull flat_enables out of prog_data
Jason Ekstrand
2016-04-06
4
-27
/
+5
|
*
i965/fs: Add a flat_inputs field to prog_data
Jason Ekstrand
2016-04-06
2
-0
/
+37
|
*
brw/device_info: Add a helper for getting a device name
Jason Ekstrand
2016-04-06
2
-0
/
+13
|
*
i965/fs_surface_builder: Mask signed integers after conversion
Jason Ekstrand
2016-04-06
1
-0
/
+18
|
*
i965/fs: Make the repclear shader support either a uniform or a flat input
Jason Ekstrand
2016-04-06
1
-5
/
+18
|
*
i965: Move get_hw_prim_for_gl_prim to brw_util.c
Jason Ekstrand
2016-04-06
2
-29
/
+28
[next]