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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mesa/formatquery: Added mipmap related <pname> queries
Antia Puentes
2016-03-03
1
-7
/
+33
|
*
mesa/genmipmap: Added a function to validate the internalformat
Antia Puentes
2016-03-03
2
-4
/
+15
|
*
mesa/genmipmap: Added a function to check if the target is valid
Antia Puentes
2016-03-03
2
-13
/
+24
|
*
mesa/formatquery: Added {COLOR,DEPTH,STENCIL}_RENDERABLE <pname> queries
Antia Puentes
2016-03-03
1
-7
/
+15
|
*
mesa/formatquery: Added {COLOR,DEPTH,STENCIL}_COMPONENTS <pname> queries
Antia Puentes
2016-03-03
1
-3
/
+27
|
*
mesa/formatquery: support for MAX_COMBINED_DIMENSIONS
Alejandro Piñeiro
2016-03-03
1
-9
/
+81
|
*
mesa/teximage: add _mesa_is_cube_map_texture utility method
Eduardo Lima Mitev
2016-03-03
2
-0
/
+22
|
*
main/formatquery: support for MAX_{WIDTH/HEIGHT/DEPTH/LAYERS}
Alejandro Piñeiro
2016-03-03
1
-8
/
+126
|
*
mesa/formatquery: support for IMAGE_FORMAT_COMPATIBILITY_TYPE
Alejandro Piñeiro
2016-03-03
1
-2
/
+20
|
*
mesa/formatquery: handle unmodified buffer for SAMPLES on the 64-bit query
Alejandro Piñeiro
2016-03-03
1
-3
/
+14
|
*
mesa/formatquery: initial implementation for GetInternalformati64v
Alejandro Piñeiro
2016-03-03
1
-1
/
+7
|
*
mesa/formatquery: Added INTERNALFORMAT_{X}_{SIZE,TYPE} <pname> queries
Antia Puentes
2016-03-03
1
-37
/
+72
|
*
mesa/main: Extend _mesa_get_format_bits to accept new pnames
Antia Puentes
2016-03-03
1
-0
/
+6
|
*
mesa/main: Extend _mesa_base_format_has_channel to accept new pnames
Antia Puentes
2016-03-03
1
-0
/
+12
|
*
mesa/main: Make legal_get_tex_level_parameter_target public
Antia Puentes
2016-03-03
2
-4
/
+8
|
*
mesa/formatquery: Added INTERNALFORMAT_PREFERRED pname
Eduardo Lima Mitev
2016-03-03
1
-1
/
+14
|
*
mesa/formatquery: Added the INTERNALFORMAT_SUPPORTED <pname> query
Antia Puentes
2016-03-03
1
-1
/
+10
|
*
mesa/formatquery: Added a func to check <internalformat> supported
Antia Puentes
2016-03-03
1
-0
/
+38
|
*
mesa/formatquery: Added func to check if the 'resource' is supported
Antia Puentes
2016-03-03
1
-1
/
+90
|
*
mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_target
Alejandro Piñeiro
2016-03-03
3
-20
/
+10
|
*
mesa/teximage: Make _mesa_format_no_online_compression public
Antia Puentes
2016-03-03
2
-1
/
+4
|
*
mesa/teximage: make public is_renderable_texture_format
Antia Puentes
2016-03-03
2
-3
/
+6
|
*
mesa/main: Added empty skeleton of glGetInternalformati64v
Antia Puentes
2016-03-03
2
-0
/
+20
|
*
mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2
Alejandro Piñeiro
2016-03-03
1
-0
/
+4
|
*
mesa/formatquery: Added boilerplate code to extend GetInternalformativ
Antia Puentes
2016-03-03
1
-99
/
+349
|
*
mesa/formatquery: Added a func to check if the <target> is supported
Antia Puentes
2016-03-03
1
-0
/
+70
|
*
mesa/formatquery: Added function to set 'unsupported' responses
Antia Puentes
2016-03-03
1
-0
/
+106
|
*
mesa/formatquery: Added function to validate parameters
Antia Puentes
2016-03-03
1
-0
/
+227
|
*
mesa/main: Add extension tracking bit for ARB_internalformat_query2
Antia Puentes
2016-03-03
2
-0
/
+2
|
*
mesa: Completely remove QuerySamplesForFormat from driver func table
Eduardo Lima Mitev
2016-03-03
2
-32
/
+0
|
*
mesa/formatquery: Use new driver hook QueryInternalFormat
Eduardo Lima Mitev
2016-03-03
1
-28
/
+14
|
*
mesa/formatquery: Remove tracking of number of elements in the response
Eduardo Lima Mitev
2016-03-03
1
-6
/
+5
|
*
mesa/multisample: Check sample count using the new driver hook
Eduardo Lima Mitev
2016-03-03
1
-4
/
+9
|
*
mesa: Add a default QueryInternalFormat() function for drivers
Eduardo Lima Mitev
2016-03-03
2
-0
/
+21
|
*
mesa: Add QueryInternalFormat to device driver virtual table
Eduardo Lima Mitev
2016-03-03
1
-0
/
+20
|
*
mesa: Update comment
Anuj Phogat
2016-03-02
1
-1
/
+1
|
*
mesa: Fix function description
Anuj Phogat
2016-03-02
1
-1
/
+1
|
*
main: remove MAX_VIEWPORT_WIDTH and MAX_VIEWPORT_HEIGHT constants
Samuel Iglesias Gonsálvez
2016-03-02
2
-7
/
+2
|
*
main: call invalidate_framebuffer_storage() with driver's viewport limits
Samuel Iglesias Gonsálvez
2016-03-02
1
-2
/
+4
*
|
Merge remote-tracking branch 'origin/master' into vulkan
Kenneth Graunke
2016-03-01
8
-35
/
+40
|
\
|
|
*
mesa: Remove NV_fragment_program remnants from dlist.c.
Matt Turner
2016-03-01
1
-14
/
+7
|
*
mesa: Remove NV_fragment_program_option enable bit.
Matt Turner
2016-03-01
2
-2
/
+0
|
*
program: Remove NV_fragment_program Abs support.
Matt Turner
2016-03-01
1
-1
/
+0
|
*
program: Remove condition-code and precision support.
Matt Turner
2016-03-01
1
-2
/
+0
|
*
mesa: Remove EmitCondCodes.
Matt Turner
2016-03-01
1
-1
/
+0
|
*
glsl: Initialize gl_shader_program::EmptyUniformLocations.
Matt Turner
2016-03-01
1
-0
/
+2
|
*
mesa: Refactor bind_framebuffer to make _mesa_bind_framebuffers
Ian Romanick
2016-03-01
2
-12
/
+26
|
*
mesa/fbobject: propogate Layered when reusing attachments.
Dave Airlie
2016-03-01
1
-0
/
+1
|
*
mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 support
Ilia Mirkin
2016-02-27
1
-0
/
+2
|
*
mesa: expose GL_EXT_texture_sRGB_decode on GLES 3.0+
Ilia Mirkin
2016-02-26
2
-3
/
+2
[prev]
[next]