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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl_to_tgsi: skip UARL for 1D registers if the driver doesn't need it
Marek Olšák
2017-10-06
2
-9
/
+44
*
glsl_to_tgsi: handle reladdr as TEMP in rename_temp_registers and dead_code
Marek Olšák
2017-10-06
1
-16
/
+44
*
glsl_to_tgsi: each reladdr object should have only one parent
Marek Olšák
2017-10-06
2
-5
/
+65
*
glsl_to_tgsi: fix instruction order for bindless textures
Marek Olšák
2017-10-06
1
-4
/
+14
*
glsl_to_tgsi: enable copy propagation for tessellation shaders
Marek Olšák
2017-10-06
1
-4
/
+3
*
mesa: Use a 565 format for GL_RGB and GL_UNSIGNED_SHORT_5_6_5 textures.
Kenneth Graunke
2017-10-05
1
-0
/
+3
*
i965: Add Atom graphics names to parse_devid_override()
Matt Turner
2017-10-04
1
-0
/
+3
*
automake: add texcompress_s3tc_tmp.h to the sources list
Emil Velikov
2017-10-04
1
-0
/
+1
*
mesa: silence 'variable may be used uninitialized' warning in teximage.c
Brian Paul
2017-10-03
1
-1
/
+1
*
mesa: silence 'variable may be used uninitialized' warning in bufferobj.c
Brian Paul
2017-10-03
1
-0
/
+1
*
build: Remove HAVE_DLOPEN
Matt Turner
2017-10-02
1
-4
/
+0
*
mesa: Delete now unused dlopen.h
Matt Turner
2017-10-02
3
-99
/
+0
*
mesa: Remove force_s3tc_enable driconf variable
Matt Turner
2017-10-02
3
-5
/
+0
*
mesa/st: Drop has_lib_dxtc argument from st_init_extensions()
Matt Turner
2017-10-02
4
-11
/
+4
*
mesa: Drop Mesa_DXTn from gl_context
Matt Turner
2017-10-02
15
-95
/
+19
*
mesa: Drop function pointer checks in s3tc code
Matt Turner
2017-10-02
1
-133
/
+60
*
mesa: Call DXTn functions directly
Matt Turner
2017-10-02
1
-92
/
+25
*
mesa: Remove fprintf referring to libdxtn
Matt Turner
2017-10-02
1
-1
/
+1
*
mesa: Remove prototypes and mark S3TC functions static
Matt Turner
2017-10-02
1
-18
/
+5
*
mesa: Remove commented-out DXTn fetch code
Matt Turner
2017-10-02
1
-80
/
+0
*
mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.h
Matt Turner
2017-10-02
5
-306
/
+245
*
mesa: Import libtxc_dxtn sources
Matt Turner
2017-10-02
4
-0
/
+1144
*
st/mesa: don't use pipe_surface for passing information about EGLImage
Marek Olšák
2017-10-03
1
-46
/
+50
*
i965: Implement ARB_indirect_parameters.
Plamena Manolova
2017-10-02
4
-1
/
+124
*
i965: Refactor brw_try_draw_prims.
Plamena Manolova
2017-10-02
1
-117
/
+119
*
i965: Indroduce brw_finish_drawing.
Plamena Manolova
2017-10-02
1
-7
/
+14
*
i965: Introduce brw_prepare_drawing.
Plamena Manolova
2017-10-02
1
-19
/
+27
*
st/mesa: use R10G10B10X2 format where applicable
Nicolai Hähnle
2017-10-02
1
-3
/
+8
*
mesa/main: R10G10B10_(A2) formats are not color renderable in ES
Nicolai Hähnle
2017-10-02
1
-2
/
+5
*
mesa/main: select the R10G10B10X2_UNORM internal format based on data type
Nicolai Hähnle
2017-10-02
1
-1
/
+3
*
glsl: do not set the 'smooth' qualifier by default on ES shaders
Nicolai Hähnle
2017-10-02
1
-1
/
+7
*
i965: skip reading unused slots at the begining of the URB for the FS
Iago Toral Quiroga
2017-10-02
1
-10
/
+6
*
st/glsl_to_tgsi: use LDEXP when available
Nicolai Hähnle
2017-09-29
1
-3
/
+7
*
st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
Nicolai Hähnle
2017-09-29
1
-1
/
+9
*
st/glsl_to_tgsi: fix a use-after-free in merge_two_dsts
Nicolai Hähnle
2017-09-29
1
-1
/
+2
*
i965/link: Use prog->nir instead of creating a temporary
Jason Ekstrand
2017-09-28
1
-4
/
+3
*
i965/link: Make more use of NIR_PASS
Jason Ekstrand
2017-09-28
1
-6
/
+6
*
i965/link: Make better use of temporary variables
Jason Ekstrand
2017-09-28
1
-4
/
+5
*
st/mesa: don't call close() on Windows
Brian Paul
2017-09-28
1
-0
/
+2
*
mesa: fix texture updates for ATI_fragment_shader
Marek Olšák
2017-09-28
1
-3
/
+5
*
i965: enable up to 32 inputs for geometry shaders in gen8+
Iago Toral Quiroga
2017-09-28
1
-1
/
+2
*
i965: Convert brw->*_program into a brw->programs[i] array.
Kenneth Graunke
2017-09-26
22
-126
/
+147
*
i965: make use of nir linking
Timothy Arceri
2017-09-26
1
-0
/
+56
*
i965: call brw_shader_gather_info() from the callers of brw_create_nir()
Timothy Arceri
2017-09-26
2
-7
/
+18
*
i965: create a brw_shader_gather_info() helper
Timothy Arceri
2017-09-26
2
-7
/
+16
*
i965: Rename do_flush_locked to submit_batch().
Kenneth Graunke
2017-09-25
1
-3
/
+4
*
i965: Use atomic ops in get_new_program_id().
Kenneth Graunke
2017-09-25
2
-6
/
+1
*
i965: Convert brw_bufmgr to use C11 mutexes instead of pthreads.
Kenneth Graunke
2017-09-25
1
-18
/
+17
*
i965: Delete dead meta stencil blit program fields from brw_context.
Kenneth Graunke
2017-09-25
1
-3
/
+0
*
i965: Force outputs_written to contain varyings needed by stream-out.
Kenneth Graunke
2017-09-21
1
-3
/
+6
[next]