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
*
mesa: Update comment
Anuj Phogat
2016-03-02
1
-1
/
+1
*
mesa: Fix function description
Anuj Phogat
2016-03-02
1
-1
/
+1
*
meta: Remove the 'allocate_storage' parameter in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2016-03-02
4
-7
/
+3
*
meta: Fix the pbo usage in meta for GLES{1,2} contexts
Anuj Phogat
2016-03-02
1
-8
/
+13
*
program: Clean up after condition code removal.
Matt Turner
2016-03-02
1
-5
/
+3
*
program: Remove variable used only in assert().
Matt Turner
2016-03-02
1
-2
/
+1
*
program: Drop GL_FRAGMENT_PROGRAM_NV from switch statement.
Matt Turner
2016-03-02
1
-1
/
+0
*
st/mesa: move dereference after null check
Thomas Hindoe Paaboel Andersen
2016-03-02
1
-1
/
+3
*
i965/gen6/gs: Replace V-immediate with VF-immediate.
Matt Turner
2016-03-02
1
-5
/
+5
*
i965: set ctx->Const.MaxViewport{Width,Height} to 32k
Samuel Iglesias Gonsálvez
2016-03-02
1
-0
/
+5
*
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
*
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 opcode parsing.
Matt Turner
2016-03-01
2
-9
/
+0
*
program: Remove NV_fragment_program scalar suffix parsing.
Matt Turner
2016-03-01
1
-17
/
+0
*
program: Remove NV_fragment_program_option parsing support.
Matt Turner
2016-03-01
1
-44
/
+5
*
program: Remove NV_fragment_program Abs support.
Matt Turner
2016-03-01
10
-80
/
+4
*
program: Remove incorrect comment about OPCODE_TXD.
Matt Turner
2016-03-01
1
-1
/
+1
*
program: Remove OPCODE_TXP_NV.
Matt Turner
2016-03-01
5
-30
/
+0
*
program: Clean up after previous commit.
Matt Turner
2016-03-01
1
-43
/
+41
*
program: Remove condition-code and precision support.
Matt Turner
2016-03-01
15
-544
/
+62
*
program: Remove OPCODE_KIL_NV.
Matt Turner
2016-03-01
8
-54
/
+6
*
program: Remove RelAddr2 support.
Matt Turner
2016-03-01
5
-41
/
+3
*
program: Mark table const.
Matt Turner
2016-03-01
1
-1
/
+1
*
mesa: Remove EmitCondCodes.
Matt Turner
2016-03-01
4
-25
/
+2
*
glsl: Initialize gl_shader_program::EmptyUniformLocations.
Matt Turner
2016-03-01
1
-0
/
+2
*
i965/meta: Don't pollute the framebuffer namespace
Ian Romanick
2016-03-01
3
-27
/
+33
*
i965/meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebuffer
Ian Romanick
2016-03-01
3
-8
/
+25
*
meta: Don't pollute the framebuffer namespace
Ian Romanick
2016-03-01
4
-54
/
+51
*
meta/decompress: Track framebuffer using gl_framebuffer instead of GL API obj...
Ian Romanick
2016-03-01
2
-7
/
+12
*
meta/generate_mipmap: Track framebuffer using gl_framebuffer instead of GL AP...
Ian Romanick
2016-03-01
2
-24
/
+16
*
meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebuffer
Ian Romanick
2016-03-01
3
-8
/
+40
*
meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffers
Ian Romanick
2016-03-01
4
-7
/
+7
*
i965/meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffers
Ian Romanick
2016-03-01
3
-4
/
+4
*
meta: Save and restore the framebuffer using gl_framebuffer instead of GL API...
Ian Romanick
2016-03-01
2
-8
/
+8
*
mesa: Refactor bind_framebuffer to make _mesa_bind_framebuffers
Ian Romanick
2016-03-01
2
-12
/
+26
*
meta: Use _mesa_check_framebuffer_status instead of _mesa_CheckFramebufferStatus
Ian Romanick
2016-03-01
4
-12
/
+12
*
meta: Obvious refactor of _mesa_meta_framebuffer_texture_image
Ian Romanick
2016-03-01
1
-21
/
+5
*
meta: Convert _mesa_meta_bind_fbo_image to take a gl_framebuffer instead of a...
Ian Romanick
2016-03-01
5
-49
/
+61
*
i965: Push most TES inputs in vec4 mode.
Kenneth Graunke
2016-02-29
2
-34
/
+54
*
mesa/fbobject: propogate Layered when reusing attachments.
Dave Airlie
2016-03-01
1
-0
/
+1
*
Android: clean-up and fix DRI module path handling
Rob Herring
2016-02-29
3
-5
/
+2
*
Android: remove dependence on .SECONDEXPANSION
Rob Herring
2016-02-29
1
-9
/
+13
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
8
-10
/
+10
*
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
*
i965/cfg: Fix comment list punctuation
Ian Romanick
2016-02-26
1
-1
/
+1
*
i965/cfg: Split out dead control flow paths to simplify both paths
Ian Romanick
2016-02-26
1
-55
/
+38
*
i965/cfg: Don't handle fully empty if/else/endif
Ian Romanick
2016-02-26
1
-10
/
+4
[next]