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
...
*
i965: Split brw_nir_lower_inputs/outputs into per-stage functions.
Kenneth Graunke
2016-02-26
1
-130
/
+174
*
i965: Remove catch-all nir_lower_io call with specific cases.
Kenneth Graunke
2016-02-26
1
-1
/
+4
*
i965: Move optimizations from brw_nir_lower_io to brw_postprocess_nir.
Kenneth Graunke
2016-02-26
1
-1
/
+3
*
i965: Always do NIR IO lowering at specialization time.
Kenneth Graunke
2016-02-26
2
-8
/
+1
*
i965: Make an is_scalar boolean in brw_compile_gs().
Kenneth Graunke
2016-02-26
1
-4
/
+4
*
i965/nir: Do lower_io late for fragment shaders
Jason Ekstrand
2016-02-26
2
-1
/
+3
*
i965: Set dest type to UW for several send messages
Jordan Justen
2016-02-26
2
-2
/
+5
*
nvc0: rework nvc0_compute_validate_program()
Samuel Pitoiset
2016-02-26
6
-44
/
+20
*
nvc0: make sure to validate compute global buffers on Fermi
Samuel Pitoiset
2016-02-26
1
-1
/
+3
*
nvc0: move nvc0_validate_global_residents() to nvc0_compute.c
Samuel Pitoiset
2016-02-26
4
-19
/
+17
*
egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamage
Derek Foreman
2016-02-26
1
-3
/
+36
*
virgl: add missing CAP turned off.
Dave Airlie
2016-02-26
1
-0
/
+3
*
program: Remove extra reference_program()
Miklós Máté
2016-02-25
1
-2
/
+0
*
automake: add nine to make distcheck
Emil Velikov
2016-02-25
1
-0
/
+1
*
st/nine: don't forget to bundle the nine_limits.h file
Emil Velikov
2016-02-25
1
-0
/
+1
*
i965/fs: Allow saturate propagation to propagate negations into MADs.
Matt Turner
2016-02-25
1
-0
/
+4
*
i965/fs: Allow saturate propagation to propagate negations into ADDs.
Matt Turner
2016-02-25
2
-4
/
+52
*
i965/fs: Allow saturate propagation to propagate negations into MULs.
Matt Turner
2016-02-25
2
-3
/
+137
*
i965/fs: Don't CSE negated multiplies with saturation.
Matt Turner
2016-02-25
1
-0
/
+2
*
glsl: Consider ubo_load to be a horizontal operation.
Matt Turner
2016-02-25
1
-0
/
+1
*
glsl/ast: Implicit conversion from double to float is not allowed
Andres Gomez
2016-02-25
1
-4
/
+3
*
gallium/radeon: return correct values for BE in r600_translate_colorswap
Oded Gabbay
2016-02-25
1
-4
/
+4
*
gallium: remove duplicate define from enum pipe_format
Oded Gabbay
2016-02-25
1
-1
/
+0
*
glsl: Detect do-while-false loops and unroll them
Ian Romanick
2016-02-24
1
-4
/
+26
*
i965: Enable tiled mem_copy with sRGB-formatted resources
Nanley Chery
2016-02-24
1
-2
/
+6
*
mesa: replace for loop with bitshifting in supported_buffer_bitmask()
Brian Paul
2016-02-24
1
-4
/
+1
*
mesa: updates some comments in buffers.c
Brian Paul
2016-02-24
1
-3
/
+6
*
mesa: make _mesa_draw_buffers() static
Brian Paul
2016-02-24
2
-11
/
+7
*
mesa: make _mesa_draw_buffer() static
Brian Paul
2016-02-24
2
-9
/
+6
*
mesa: make _mesa_read_buffer() static
Brian Paul
2016-02-24
2
-10
/
+7
*
mesa: move declaration of buffer var in handle_first_current()
Brian Paul
2016-02-24
1
-2
/
+4
*
mesa: use gl_buffer_index in a few places
Brian Paul
2016-02-24
3
-5
/
+6
*
st/mesa: remove useless break statement
Brian Paul
2016-02-24
1
-1
/
+0
*
st/mesa: rename st_readpixels to st_ReadPixels
Brian Paul
2016-02-24
1
-2
/
+2
*
st/mesa: fix frontbuffer glReadPixels regressions
Brian Paul
2016-02-24
1
-2
/
+11
*
gallium/radeon: Correctly translate colorswaps for big endian
Oded Gabbay
2016-02-23
1
-0
/
+11
*
mesa: use sizeof on the correct type
Thomas Hindoe Paaboel Andersen
2016-02-23
1
-1
/
+1
*
tgsi/scan: handle holes between VS inputs, assert-fail in other cases
Marek Olšák
2016-02-23
1
-1
/
+9
*
docs: Mark off GL_OES_shader_image_atomic as done.
Francisco Jerez
2016-02-22
2
-1
/
+2
*
i965/fs: Return result of image atomic in a register of the expected type.
Francisco Jerez
2016-02-22
1
-1
/
+1
*
glsl: Implement the required built-in functions when OES_shader_image_atomic ...
Francisco Jerez
2016-02-22
1
-18
/
+43
*
glsl: Add usual extension boilerplate for OES_shader_image_atomic.
Francisco Jerez
2016-02-22
3
-0
/
+6
*
mesa: Add extension table entry for OES_shader_image_atomic.
Francisco Jerez
2016-02-22
1
-0
/
+1
*
nvc0: rename 3d binding points to NVC0_BIND_3D_XXX
Samuel Pitoiset
2016-02-22
9
-63
/
+64
*
nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
Samuel Pitoiset
2016-02-22
8
-133
/
+133
*
nvc0: prefix compute macros with _CP_ instead of _COMPUTE_
Samuel Pitoiset
2016-02-22
4
-4
/
+4
*
nvc0: rename NVXX_COMPUTE to NVXX_CP
Samuel Pitoiset
2016-02-22
5
-117
/
+117
*
nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
Samuel Pitoiset
2016-02-22
8
-64
/
+64
*
nvc0/ir: add missing emission of locked load predicate
Samuel Pitoiset
2016-02-22
1
-0
/
+7
*
nvc0/ir: add ld lock/st unlock emission on GK104
Samuel Pitoiset
2016-02-22
1
-10
/
+25
[prev]
[next]