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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Delete the brw_vue_program_key::userclip_active flag.
Kenneth Graunke
2015-09-03
5
-22
/
+15
*
i965: Remove legacy clip plane handling from geometry shaders.
Kenneth Graunke
2015-09-03
3
-33
/
+8
*
i965: Move brw_setup_tex_for_precompile to brw_program.[ch].
Kenneth Graunke
2015-09-03
4
-22
/
+23
*
mesa: change 'SHADER_SUBST' facility to work with env variables
Tapani Pälli
2015-09-04
1
-38
/
+101
*
i965: Fix copy propagation type changes.
Kenneth Graunke
2015-09-03
1
-0
/
+1
*
i965/gen9: Annotate input coverage mask change
Ben Widawsky
2015-09-03
2
-2
/
+22
*
u_upload_mgr: remove the return value from u_upload_data
Marek Olšák
2015-09-03
1
-3
/
+4
*
u_upload_mgr: remove the return value from u_upload_alloc
Marek Olšák
2015-09-03
4
-10
/
+14
*
mesa/pbo: Handle zero width, height or depth when validating access
Neil Roberts
2015-09-03
1
-0
/
+6
*
i965/meta: Fix typo in comment
Ian Romanick
2015-09-02
1
-1
/
+1
*
mesa: Don't allow wrong type setters for matrix uniforms
Ian Romanick
2015-09-02
1
-0
/
+25
*
mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_type
Ian Romanick
2015-09-02
3
-42
/
+42
*
mesa: Silence unused parameter warnings in bufferobj.c
Ian Romanick
2015-09-02
1
-0
/
+2
*
mesa: Remove target parameter from _mesa_handle_bind_buffer_gen
Ian Romanick
2015-09-02
3
-7
/
+4
*
i965: Make gen7_enable_hw_binding_tables static
Ian Romanick
2015-09-02
2
-2
/
+1
*
i965: Make gen8_upload_state_base_address static
Ian Romanick
2015-09-02
2
-5
/
+2
*
mesa: Fix warning about static being in the wrong place
Ian Romanick
2015-09-02
1
-2
/
+2
*
i965/cs: Setup push constant data for uniforms
Jordan Justen
2015-09-02
5
-5
/
+138
*
meta: Save/restore compute shaders
Jordan Justen
2015-09-02
1
-2
/
+4
*
i965/fs: Handle MRF destinations in lower_integer_multiplication().
Matt Turner
2015-09-02
1
-4
/
+4
*
gallium/st: add pipe_context::get_timestamp()
Brian Paul
2015-09-02
1
-2
/
+11
*
meta: Compute correct buffer size with SkipRows/SkipPixels
Chris Wilson
2015-09-02
1
-15
/
+30
*
i965/vec4: fill src_reg type using the constructor type parameter
Alejandro Piñeiro
2015-09-02
1
-0
/
+2
*
mesa/readpixels: check strides are equal before skipping conversion
Dave Airlie
2015-09-02
1
-1
/
+2
*
texcompress_s3tc/fxt1: fix stride checks (v1.1)
Dave Airlie
2015-09-02
2
-5
/
+5
*
st/readpixels: fix accel path for skipimages.
Dave Airlie
2015-09-02
1
-2
/
+2
*
mesa/formats: 8-bit channel integer formats addition
Dave Airlie
2015-09-02
5
-0
/
+64
*
mesa/formats: add some formats from GL3.3
Dave Airlie
2015-09-02
5
-0
/
+123
*
mesa: handle SwapBytes in compressed texture get code.
Dave Airlie
2015-09-02
1
-0
/
+7
*
mesa: fix SwapBytes handling in numerous places
Dave Airlie
2015-09-02
6
-56
/
+89
*
mesa: Move gl_vert_attrib from mtypes.h to shader_enums.h
Jason Ekstrand
2015-09-01
1
-107
/
+0
*
i965: Prevent coordinate overflow in intel_emit_linear_blit
Chris Wilson
2015-09-01
1
-38
/
+34
*
i965/nir: enable the dead control flow optimization
Connor Abbott
2015-09-01
1
-0
/
+2
*
mesa: Limit Framebuffer Parameter OpenGL ES 3.1 usage
Marta Lofstedt
2015-09-01
1
-1
/
+17
*
mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1
Marta Lofstedt
2015-09-01
3
-8
/
+8
*
i965: advertise ASTC support for Skylake
Nanley Chery
2015-08-31
1
-0
/
+5
*
mesa/glformats: recognize ASTC formats as color formats
Nanley Chery
2015-08-31
1
-0
/
+28
*
mesa/texformat: use format conversion function in _mesa_choose_tex_format
vulkan-protex-2015.09.24.r01-base
Nanley Chery
2015-08-31
1
-81
/
+13
*
mesa/texcompress: correct mapping of S3TC formats in conversion function
Nanley Chery
2015-08-31
1
-2
/
+2
*
i965/fs: Use greater-equal cmod to implement maximum.
Matt Turner
2015-08-31
2
-4
/
+6
*
i965/chv|skl: Apply sampler bypass w/a
Ben Widawsky
2015-08-31
2
-0
/
+15
*
st/mesa: move to renumbering registers in a group
Dave Airlie
2015-08-31
1
-19
/
+38
*
st/mesa: reduce time spent in calculating temp read/writes
Dave Airlie
2015-08-31
1
-74
/
+79
*
st/mesa: cache tgsi opcode info in the instruction
Dave Airlie
2015-08-31
1
-23
/
+16
*
glsl: provide the option of using BFE for unpack builting lowering
Ilia Mirkin
2015-08-28
1
-1
/
+2
*
glsl: use bitfield_insert instead of and + shift + or for packing
Ilia Mirkin
2015-08-28
1
-0
/
+3
*
i965/fs: Remove fs_visitor::try_replace_with_sel().
Matt Turner
2015-08-28
3
-92
/
+0
*
i965/fs: Replace awful variable names.
Matt Turner
2015-08-28
1
-40
/
+40
*
i965/fs: Skip blocks in register coalescing interference check.
Matt Turner
2015-08-28
1
-14
/
+20
*
i965/fs: Improve register coalescing interference check.
Matt Turner
2015-08-28
1
-8
/
+11
[next]