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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glapi: add entry points for GL_ARB_compute_variable_group_size
Samuel Pitoiset
2016-10-07
6
-1
/
+45
*
nv50/ir: optimize sub(a, 0) to a
Karol Herbst
2016-10-06
1
-0
/
+3
*
st/mesa: move all sampler view code into new st_sampler_view.[ch] files
Brian Paul
2016-10-06
13
-493
/
+589
*
st/mesa: optimize pipe_sampler_view validation
Brian Paul
2016-10-06
4
-30
/
+101
*
mesa: call ctx->Driver.TexParameter() in texture_buffer_range()
Brian Paul
2016-10-06
1
-0
/
+13
*
st/mesa: consolidate view format setup code
Brian Paul
2016-10-06
1
-34
/
+54
*
st/mesa: add some const qualifiers in st_atom_texture.c
Brian Paul
2016-10-06
1
-3
/
+5
*
st/mesa: simplify some code in get_texture_format_swizzle()
Brian Paul
2016-10-06
1
-5
/
+5
*
mesa: make _mesa_texture_buffer_range() static
Brian Paul
2016-10-06
2
-23
/
+19
*
mesa: add const qualifier, comment on can_avoid_reallocation()
Brian Paul
2016-10-06
1
-1
/
+8
*
mesa: add comment/assertion on get_tex_level_parameter_buffer()
Brian Paul
2016-10-06
1
-0
/
+5
*
nir: Remove some no longer needed asserts
Jason Ekstrand
2016-10-06
8
-16
/
+1
*
nir: Make nir_foo_first/last_cf_node return a block instead
Jason Ekstrand
2016-10-06
9
-116
/
+84
*
nir: Add asserts to the casting functions
Jason Ekstrand
2016-10-06
2
-24
/
+45
*
gallium/hud: Remove superfluous debug
Steven Toth
2016-10-06
4
-52
/
+0
*
amd: add amd_kernel_code_t.h to the sources list
Emil Velikov
2016-10-06
1
-0
/
+1
*
svga: add svga_mksstats.h to the sources list
Emil Velikov
2016-10-06
1
-0
/
+1
*
glx: rename choose_visual(), drop const argument
Emil Velikov
2016-10-06
1
-15
/
+11
*
glx: return GL_FALSE from glx_screen_init where applicable.
Emil Velikov
2016-10-06
1
-2
/
+5
*
glx: correctly mask the drawableType for GLX_ARB_fbconfig_float
Emil Velikov
2016-10-06
1
-1
/
+1
*
autoconf: Make header install distinct for various APIs (v2)
Chuck Atkins
2016-10-06
2
-10
/
+24
*
mesa: annotate AttribFuncsARB[] as const
Emil Velikov
2016-10-06
1
-1
/
+1
*
mapi/glapi: remove unused _glapi_check_table()
Emil Velikov
2016-10-06
2
-68
/
+0
*
glapi/hgl: remove the final user of _glapi_check_table()
Emil Velikov
2016-10-06
2
-10
/
+0
*
mapi/glapi: remove unused _glapi_check_table_not_null
Emil Velikov
2016-10-06
2
-24
/
+0
*
st/xvmc/tests: force enable assertions
Emil Velikov
2016-10-06
1
-0
/
+2
*
anv: automake: ship intel_icd.json.in in the tarball
Emil Velikov
2016-10-06
1
-0
/
+1
*
intel: automake: reference the correct header
Emil Velikov
2016-10-06
2
-2
/
+2
*
intel: aubinator: add missing return characters
Lionel Landwerlin
2016-10-06
1
-5
/
+5
*
nir: Delete open coded type printing.
Kenneth Graunke
2016-10-06
3
-36
/
+11
*
anv: fix GetPhysicalDeviceProperties to return timestampPeriod in ns
Philipp Zabel
2016-10-06
1
-1
/
+1
*
i965: remove remaining tabs in brw_draw.c
Timothy Arceri
2016-10-06
1
-13
/
+13
*
i965: get inputs read from nir info
Timothy Arceri
2016-10-06
10
-20
/
+39
*
i965: get outputs written from nir info
Timothy Arceri
2016-10-06
6
-22
/
+34
*
i965: get outputs read from nir info
Timothy Arceri
2016-10-06
2
-2
/
+3
*
i965: remove remaining tabs in brw_wm.c
Timothy Arceri
2016-10-06
1
-44
/
+44
*
mesa: remove the UsesDFdy flag
Timothy Arceri
2016-10-06
5
-22
/
+2
*
i965: get uses discard from nir info
Timothy Arceri
2016-10-06
1
-2
/
+4
*
i965: get uses texture gather from nir info
Timothy Arceri
2016-10-06
3
-9
/
+11
*
i965: Eliminate brw->cs.prog_data pointer.
Kenneth Graunke
2016-10-05
6
-17
/
+18
*
i965: Eliminate brw->wm.prog_data pointer.
Kenneth Graunke
2016-10-05
14
-50
/
+68
*
i965: Eliminate brw->gs.prog_data pointer.
Kenneth Graunke
2016-10-05
10
-59
/
+73
*
i965: Eliminate brw->tes.prog_data pointer.
Kenneth Graunke
2016-10-05
10
-25
/
+29
*
i965: Eliminate brw->tcs.prog_data pointer.
Kenneth Graunke
2016-10-05
8
-25
/
+28
*
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
2016-10-05
18
-96
/
+121
*
i965: Introduce downcast helpers for prog_data structures.
Kenneth Graunke
2016-10-05
7
-62
/
+66
*
i965/sync: Rename awkward variable
Chad Versace
2016-10-05
1
-6
/
+6
*
i965/sync: Rename intel_syncobj.c -> brw_sync.c
Chad Versace
2016-10-05
3
-2
/
+2
*
i965/sync: Replace 'intel' prefix with 'brw'
Chad Versace
2016-10-05
3
-37
/
+37
*
i965/sync: Fix uninitalized usage and leak of mutex
Chad Versace
2016-10-05
1
-2
/
+12
[next]