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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
targets/graw-gdi: link with mesautil, not mesautils
Brian Paul
2014-08-04
1
-1
/
+1
*
targets/libgl-gdi: link with mesautil
Brian Paul
2014-08-04
1
-0
/
+3
*
targets/egl-static: link with libmesautil.la
Brian Paul
2014-08-04
1
-0
/
+1
*
targets/vdpau: link with libmesautil.la to fix build breakage
Brian Paul
2014-08-04
1
-0
/
+1
*
svga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two relocations.
Matthew McClure
2014-08-04
1
-1
/
+1
*
gallium: Add libmesautil dependency to gdm and xa targets
Jason Ekstrand
2014-08-04
2
-0
/
+2
*
gallium: Move sRGB <-> RGB handling to libmesautil
Jason Ekstrand
2014-08-04
17
-322
/
+14
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
9
-4
/
+7
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
3
-1
/
+5
*
targets/dri: resolve the scons build
Emil Velikov
2014-08-04
1
-0
/
+1
*
gallium: Fix compiler warning.
Jan Vesely
2014-08-04
2
-2
/
+2
*
st/dri: Fix driver loading if swrast isn't built
Aaron Watry
2014-08-03
1
-0
/
+4
*
Remove XA state tracker support for Radeon
Marek Olšák
2014-08-03
1
-32
/
+0
*
llvmpipe: don't store number of layers per level
Roland Scheidegger
2014-08-01
2
-78
/
+50
*
llvmpipe: integrate memory allocation into llvmpipe_texture_layout
Roland Scheidegger
2014-08-01
1
-45
/
+29
*
llvmpipe: get rid of impossible code in alloc_image_data
Roland Scheidegger
2014-08-01
1
-26
/
+13
*
r600g: Implement gpu_shader5 textureGather
Glenn Kennard
2014-08-01
2
-5
/
+36
*
r600g/radeonsi: Prefer VRAM for CPU -> GPU streaming buffers
Michel Dänzer
2014-08-01
1
-4
/
+11
*
r600g/radeonsi: Reduce or even drop special treatment of persistent mappings
Michel Dänzer
2014-08-01
1
-4
/
+8
*
target-helpers: Do not build kms_dri on libdrm-less platforms.
Jon TURNEY
2014-08-01
2
-0
/
+3
*
r600g: gpu_shader5 gl_SampleMaskIn support
Glenn Kennard
2014-07-31
2
-7
/
+40
*
r600g: Implement gpu_shader5 integer ops
Glenn Kennard
2014-07-31
1
-0
/
+190
*
r600g: Add IMUL_HI/UMUL_HI support
Glenn Kennard
2014-07-31
1
-6
/
+6
*
r600g: Implement GL_ARB_texture_query_lod
Glenn Kennard
2014-07-31
2
-2
/
+13
*
gallium: Add a uif() helper function to complement fui()
Eric Anholt
2014-07-30
1
-0
/
+8
*
gallivm: fix up out-of-bounds level when using conformant out-of-bound behavior
Roland Scheidegger
2014-07-31
1
-0
/
+1
*
dri: Add a new capabilities for drivers that can't share buffers
Giovanni Campagna
2014-07-30
4
-8
/
+32
*
gallium: Add a dumb drm/kms winsys backed swrast provider
Giovanni Campagna
2014-07-30
11
-0
/
+523
*
st/gbm: don't segfault if the fail to create the screen
Emil Velikov
2014-07-30
1
-1
/
+1
*
st/gbm: retrieve the driver-name via dd_driver_name()
Emil Velikov
2014-07-30
1
-0
/
+6
*
os_process.c: Add cygwin as an expected platform
Yaakov Selkowitz
2014-07-29
1
-2
/
+2
*
svga: remove unneeded depth==1 assertion in svga_texture_view_surface()
Brian Paul
2014-07-29
1
-1
/
+0
*
st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.
José Fonseca
2014-07-29
1
-2
/
+4
*
gallium/radeon: Add some Emacs .dir-locals.el files
Michel Dänzer
2014-07-29
4
-0
/
+45
*
ilo: fix fb height of HiZ ops
Chia-I Wu
2014-07-29
1
-1
/
+1
*
r600g,radeonsi: switch all occurences of array_size to util_max_layer
Marek Olšák
2014-07-28
3
-6
/
+10
*
radeonsi: fix occlusion queries on Hawaii
Marek Olšák
2014-07-28
1
-1
/
+7
*
winsys/radeon: fix vram_size overflow with Hawaii
Marek Olšák
2014-07-28
3
-5
/
+7
*
radeonsi: fix a hang with streamout on Hawaii
Marek Olšák
2014-07-28
2
-1
/
+14
*
radeonsi: fix a hang with instancing on Hawaii
Marek Olšák
2014-07-28
1
-1
/
+15
*
gallium/util: add a helper for calculating primitive count from vertex count
Marek Olšák
2014-07-28
1
-0
/
+15
*
radeonsi: fix CMASK and HTILE calculations for Hawaii
Marek Olšák
2014-07-28
1
-2
/
+2
*
r600g,radeonsi: add debug flags which disable tiling
Marek Olšák
2014-07-28
3
-13
/
+24
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
17
-37
/
+37
*
r600g: switch SNORM conversion to DX and GLES behavior
Marek Olšák
2014-07-28
4
-7
/
+0
*
util: Fix typo
Tom Stellard
2014-07-28
1
-1
/
+1
*
ilo: correctly propagate resource renames to hardware
Chia-I Wu
2014-07-28
3
-14
/
+30
*
ilo: add ilo_resource_get_bo() helper
Chia-I Wu
2014-07-28
2
-17
/
+18
*
radeonsi: Use util_memcpy_cpu_to_le32()
Tom Stellard
2014-07-28
2
-19
/
+8
*
util: Add util_memcpy_cpu_to_le32() v3
Tom Stellard
2014-07-28
1
-0
/
+17
[next]