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
*
anv/meta: Use blitter API in anv_CmdCopyImage()
Nanley Chery
2016-03-03
1
-71
/
+42
*
anv/meta: Use blitter API for copies between Images and Buffers
Nanley Chery
2016-03-03
1
-208
/
+6
*
anv/meta: Add function which copies between Buffers and Images
Nanley Chery
2016-03-03
1
-0
/
+92
*
anv/meta: Add function to create anv_meta_blit2d_surf from anv_image
Nanley Chery
2016-03-03
1
-0
/
+13
*
anv/meta: Implement the blitter API functions
Nanley Chery
2016-03-03
2
-3
/
+145
*
anv/meta: Modify blitter API fields
Nanley Chery
2016-03-03
1
-18
/
+5
*
anv/meta: Add the beginnings of a blitter API
Jason Ekstrand
2016-03-03
1
-0
/
+48
*
anv/meta: Remove redundancies in do_buffer_copy()
Nanley Chery
2016-03-03
1
-28
/
+18
*
anv/meta: Replace copy_format w/ block size in do_buffer_copy()
Nanley Chery
2016-03-03
1
-11
/
+6
*
anv/meta: Add missing command to exit meta in anv_CmdUpdateBuffer()
Nanley Chery
2016-03-03
1
-0
/
+2
*
anv/image: Create a linear image when requested
Nanley Chery
2016-03-03
1
-1
/
+1
*
isl: Don't filter tiling flags if a specific tiling bit is set
Nanley Chery
2016-03-03
1
-5
/
+8
*
isl: Add function to get intratile offsets from x/y offsets
Nanley Chery
2016-03-03
2
-12
/
+43
*
anv/util: Fix vector resizing
Jason Ekstrand
2016-03-03
1
-12
/
+19
*
anv/gen7: Use predicated rendering for indirect compute
Jordan Justen
2016-03-02
1
-0
/
+45
*
anv: Save batch to local variable for indirect compute
Jordan Justen
2016-03-02
1
-5
/
+6
*
anv: Fix make check
Jason Ekstrand
2016-03-02
2
-7
/
+10
*
isl: Fix make check
Jason Ekstrand
2016-03-02
1
-0
/
+1
*
gen8/cmd_buffer: Properly return flushed push constant stages
Jason Ekstrand
2016-03-02
1
-1
/
+3
*
anv/meta_blit: Use unorm formats for 8 and 16-bit RGB and RGBA values
Jason Ekstrand
2016-03-01
1
-7
/
+16
*
Merge remote-tracking branch 'origin/master' into vulkan
Kenneth Graunke
2016-03-01
140
-1896
/
+1468
|
\
|
*
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
5
-53
/
+2
|
*
docs: Remove descriptions of long dead Emit* fields.
Matt Turner
2016-03-01
1
-17
/
+0
|
*
glsl: Initialize gl_shader_program::EmptyUniformLocations.
Matt Turner
2016-03-01
2
-1
/
+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
[next]