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
*
glsl: Sort the list of extensions
Ian Romanick
2014-05-02
2
-62
/
+85
*
mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects
Ian Romanick
2014-05-02
9
-209
/
+11
*
mesa/sso: Enable GL_ARB_separate_shader_objects by default
Ian Romanick
2014-05-02
8
-20
/
+8
*
sso: Add display list support for ARB_separate_shader_objects new functions
Ian Romanick
2014-05-02
1
-0
/
+911
*
linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...
Ian Romanick
2014-05-02
2
-20
/
+103
*
linker: Sort shader I/O variables into a canonical order
Ian Romanick
2014-05-02
1
-4
/
+74
*
linker: Allow geometry shader without vertex shader for separable programs
Ian Romanick
2014-05-02
1
-1
/
+2
*
linker: Assign varying locations for separable programs
Ian Romanick
2014-05-02
2
-3
/
+30
*
linker: Allow consumer stage or producer stage to be NULL
Ian Romanick
2014-05-02
1
-25
/
+46
*
linker: Refactor code that gets an input matching an output
Ian Romanick
2014-05-02
2
-17
/
+114
*
glsl: Exit when the shader IR contains an interface block instance
Ian Romanick
2014-05-02
2
-31
/
+63
*
glsl/tests: Add first simple tests of populate_consumer_input_sets
Ian Romanick
2014-05-02
2
-1
/
+248
*
linker: Refactor code that builds hash tables of varyings during linking
Ian Romanick
2014-05-02
1
-20
/
+33
*
meta: Fix saving the program pipeline state
Ian Romanick
2014-05-02
2
-34
/
+53
*
mesa/sso: Refactor new function _mesa_bind_pipeline
Ian Romanick
2014-05-02
2
-3
/
+14
*
linker: Make lower_packed_varyings work with explicit locations
Ian Romanick
2014-05-02
1
-1
/
+6
*
glsl: Remove varying "base" parameters
Ian Romanick
2014-05-02
3
-35
/
+20
*
glsl: Constify parameter to a couple varying_matches methods
Ian Romanick
2014-05-02
1
-4
/
+4
*
clover: Add a stub implementation of clCreateImage() v3
Tom Stellard
2014-05-02
4
-2
/
+21
*
docs: Add missing ARB_gpu_shader5 subfeature to GL3.txt
Chris Forbes
2014-05-02
1
-0
/
+1
*
docs: Mark ARB_multi_bind as done
Fredrik Höglund
2014-05-02
2
-1
/
+2
*
mesa: Enable ARB_multi_bind
Fredrik Höglund
2014-05-02
1
-0
/
+1
*
mesa: Implement glBindImageTextures
Fredrik Höglund
2014-05-02
1
-0
/
+138
*
mesa: Implement glBindVertexBuffers
Fredrik Höglund
2014-05-02
1
-0
/
+113
*
mesa: Implement glBindBuffersRange
Fredrik Höglund
2014-05-02
1
-0
/
+367
*
mesa: Implement glBindBuffersBase
Fredrik Höglund
2014-05-02
1
-0
/
+365
*
mesa: Add _mesa_set_transform_feedback_binding()
Fredrik Höglund
2014-05-02
2
-9
/
+15
*
mesa: Refactor set_ubo_binding()
Fredrik Höglund
2014-05-02
1
-14
/
+40
*
mesa: Add helper functions for looking up multiple buffers
Fredrik Höglund
2014-05-02
2
-0
/
+86
*
mesa: Refactor set_atomic_buffer_binding()
Fredrik Höglund
2014-05-02
1
-16
/
+40
*
mesa: Implement glBindTextures
Fredrik Höglund
2014-05-02
1
-0
/
+120
*
mesa: Add a texUnit parameter to dd_function_table::BindTexture
Fredrik Höglund
2014-05-02
3
-8
/
+8
*
mesa: Add helper functions for looking up multiple textures
Fredrik Höglund
2014-05-02
2
-0
/
+30
*
mesa: Implement glBindSamplers
Fredrik Höglund
2014-05-02
1
-0
/
+115
*
glapi: Add infrastructure for ARB_multi_bind
Fredrik Höglund
2014-05-02
14
-0
/
+123
*
mesa: Add functions for doing unlocked hash table lookups
Fredrik Höglund
2014-05-02
2
-9
/
+89
*
mesa: Optimize unbind_texobj_from_texunits()
Fredrik Höglund
2014-05-02
1
-9
/
+11
*
mesa: Add a _BoundTextures field in gl_texture_unit
Fredrik Höglund
2014-05-02
3
-0
/
+12
*
mesa: Store the target index in gl_texture_object
Fredrik Höglund
2014-05-02
2
-0
/
+4
*
i965: Fix the file comment for intel_image.h
Eric Anholt
2014-05-01
1
-5
/
+8
*
i965: Rename intel_regions.h to something more appropriate now.
Eric Anholt
2014-05-01
6
-6
/
+6
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
22
-256
/
+4
*
i965: Drop region usage from DRI2 winsys-allocated buffers.
Eric Anholt
2014-05-01
1
-13
/
+17
*
i965: Drop a funny assert about mt pitch.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965: Fix intel_bufferobj_buffer range for blit drawpixels.
Eric Anholt
2014-05-01
1
-3
/
+2
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
20
-256
/
+242
*
i965: Replace the region in DRIimage with just a BO pointer and stride.
Eric Anholt
2014-05-01
6
-162
/
+83
*
i965: Make intel_set_texture_region just take a BO and pitch.
Eric Anholt
2014-05-01
1
-29
/
+27
*
i965: Stop making a pointless region for DRI2 to just throw it away.
Eric Anholt
2014-05-01
3
-37
/
+43
*
i965: Drop the global GEM name from regions.
Eric Anholt
2014-05-01
5
-25
/
+12
[next]