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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix _mesa_float_to_unorm() on 32-bit systems.
Kenneth Graunke
2019-08-28
1
-1
/
+1
*
mesa: add glsl_type ref to one_time_init and decref to atexit
Tapani Pälli
2019-08-06
1
-0
/
+3
*
main: Fix memleaks in mesa_use_program
Yevhenii Kolesnikov
2019-07-25
1
-0
/
+2
*
mesa: Fix ReadBuffers with pbuffers
Kenneth Graunke
2019-07-23
1
-18
/
+17
*
mesa: save/restore SSO flag when using ARB_get_program_binary
Timothy Arceri
2019-07-15
1
-0
/
+4
*
mesa: Set minimum possible GLSL version
Ian Romanick
2019-07-09
1
-0
/
+11
*
Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"
Dave Airlie
2019-05-27
1
-4
/
+0
*
mesa: unreference current winsys buffers when unbinding winsys buffers
Charmaine Lee
2019-05-21
1
-0
/
+4
*
mesa: Leave aliasing of vertex and generic0 attribute to the dlist code.
Mathias Fröhlich
2019-05-04
1
-4
/
+1
*
mesa: Remove the _glapi_table argument from _mesa_array_element.
Mathias Fröhlich
2019-05-04
2
-7
/
+4
*
mesa: Constify static const array in api_arrayelt.c
Mathias Fröhlich
2019-05-04
1
-1
/
+1
*
mesa: Remove the now unused _NEW_ARRAY state change flag.
Mathias Fröhlich
2019-05-04
5
-22
/
+2
*
mesa: Rip out now unused gl_context::aelt_context.
Mathias Fröhlich
2019-05-04
3
-63
/
+0
*
mesa: Implement _mesa_array_element by walking enabled arrays.
Mathias Fröhlich
2019-05-04
1
-126
/
+58
*
mesa: Use glVertexAttrib*NV functions for fixed function attribs.
Mathias Fröhlich
2019-05-04
1
-157
/
+28
*
mesa: Factor out index function that will have multiple use.
Mathias Fröhlich
2019-05-04
1
-11
/
+18
*
mesa: fix pbuffers because internally they are front buffers
Marek Olšák
2019-05-01
1
-20
/
+36
*
mesa: rework error handling in glDrawBuffers
Marek Olšák
2019-05-01
1
-24
/
+31
*
mesa: Add missing display list support for GL_FOG_COORDINATE_SOURCE
Ian Romanick
2019-04-30
1
-0
/
+1
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
2
-14
/
+0
*
glsl: handle interactions between EXT_gpu_shader4 and texture extensions
Marek Olšák
2019-04-24
2
-1
/
+2
*
mesa: only allow EXT_gpu_shader4 in the compatibility profile
Marek Olšák
2019-04-24
1
-1
/
+3
*
mesa: expose EXT_texture_buffer_object
Marek Olšák
2019-04-24
1
-0
/
+1
*
mesa: enable glGet for EXT_gpu_shader4
Marek Olšák
2019-04-24
2
-3
/
+4
*
st/mesa/radeonsi: fix race between destruction of types and shader compilation
Timothy Arceri
2019-04-24
2
-4
/
+5
*
mesa: add GL_AMD_compressed_ATC_texture support
Jonathan Marek
2019-04-23
10
-1
/
+66
*
compiler/glsl: handle case where we have multiple users for types
Tapani Pälli
2019-04-16
1
-0
/
+4
*
Delete autotools
Dylan Baker
2019-04-15
1
-41
/
+0
*
mesa, glsl: add support for EXT_shader_image_load_formatted
Rhys Perry
2019-04-15
2
-0
/
+2
*
mesa: don't overwrite existing shader files with MESA_SHADER_CAPTURE_PATH
Marek Olšák
2019-04-12
1
-3
/
+17
*
glsl: Parse and propagate derivative_group to shader_info
Caio Marcelo de Oliveira Filho
2019-04-08
1
-0
/
+6
*
mesa: Extension boilerplate for NV_compute_shader_derivatives
Caio Marcelo de Oliveira Filho
2019-04-08
2
-0
/
+2
*
mesa/main: Fix multisample texture initialize
Illia Iorin
2019-04-05
1
-13
/
+25
*
glsl: remember which SSBOs are not read-only and pass it to gallium
Marek Olšák
2019-04-04
1
-0
/
+5
*
mesa: implement ARB/KHR_parallel_shader_compile
Marek Olšák
2019-04-01
8
-0
/
+44
*
spirv: Add an execution environment to the options
Caio Marcelo de Oliveira Filho
2019-03-23
1
-0
/
+1
*
mesa: Fix GL_NUM_DEVICE_UUIDS_EXT
Józef Kucia
2019-03-22
1
-0
/
+3
*
mesa: Add assert to _mesa_primitive_restart_index.
Mathias Fröhlich
2019-03-15
1
-0
/
+3
*
mesa: Use mapping tools in debug prints.
Mathias Fröhlich
2019-03-15
1
-45
/
+12
*
mesa: Remove _ae_{,un}map_vbos and dependencies.
Mathias Fröhlich
2019-03-15
2
-100
/
+0
*
mesa: Replace _ae_{,un}map_vbos with _mesa_vao_{,un}map_arrays
Mathias Fröhlich
2019-03-15
1
-8
/
+4
*
mesa: Factor out _mesa_array_element.
Mathias Fröhlich
2019-03-15
2
-19
/
+32
*
mesa: Implement helper functions to map and unmap a VAO.
Mathias Fröhlich
2019-03-15
2
-0
/
+102
*
mesa: add logging function for formatted string
Mark Janes
2019-03-14
2
-0
/
+35
*
mesa: rename logging functions to reflect that they format strings
Mark Janes
2019-03-14
5
-48
/
+48
*
mesa: properly report the length of truncated log messages
Mark Janes
2019-03-14
1
-0
/
+3
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
1
-1
/
+1
*
mesa: Track buffer object use also for VAO usage.
Mathias Fröhlich
2019-03-04
4
-4
/
+15
*
mesa: Expose EXT_texture_query_lod and add support for its use shaders
Gert Wollny
2019-03-03
1
-0
/
+1
*
mesa: fix display list corner case assertion
Brian Paul
2019-02-26
1
-0
/
+2
[next]