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
/
gallium
/
state_trackers
/
nine
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Implement TEXBEM,TEXBEML and BEM
Tiziano Bacocco
2015-08-21
7
-8
/
+165
*
st/nine: Fix use of uninitialized values
Patrick Rudolph
2015-08-21
1
-1
/
+3
*
st/nine: Prevent possible crash
Patrick Rudolph
2015-08-21
1
-1
/
+2
*
st/nine: Return correct error codes in NineDevice9_Reset
Patrick Rudolph
2015-08-21
2
-3
/
+5
*
st/nine: Fail on D3DUSAGE_DYNAMIC for D3DPOOL_SCRATCH textures
Patrick Rudolph
2015-08-21
1
-1
/
+2
*
st/nine: Fix Lock Checks for Compressed textures
Axel Davy
2015-08-21
2
-8
/
+11
*
st/nine: Impose restrictions on DXTN texture sizes
Axel Davy
2015-08-21
4
-0
/
+28
*
st/nine: Return NULL pointer in lock error cases
Patrick Rudolph
2015-08-21
2
-7
/
+14
*
st/nine: Fix resource SetPriority/GetPriority
Patrick Rudolph
2015-08-21
1
-2
/
+8
*
st/nine: Clean GetPrivateData
Patrick Rudolph
2015-08-21
1
-4
/
+6
*
st/nine: Allow lock coordinates outside range
Patrick Rudolph
2015-08-21
1
-6
/
+2
*
st/nine: Fix GenerateMipSubLevels potential crash
Patrick Rudolph
2015-08-21
1
-2
/
+3
*
st/nine: Fix FillColor Flag check
Axel Davy
2015-08-21
1
-5
/
+2
*
st/nine: Fix StretchRect checks
Axel Davy
2015-08-21
1
-1
/
+5
*
st/nine: Implement EvictManagedResources
Axel Davy
2015-08-21
3
-4
/
+26
*
st/nine: Track managed textures
Axel Davy
2015-08-21
4
-2
/
+10
*
st/nine: Only update dirty rect for UpdateTexture
Axel Davy
2015-08-21
2
-8
/
+83
*
st/nine: Textures start dirty
Axel Davy
2015-08-21
3
-1
/
+11
*
st/nine: Track dirty region for SYSTEMMEM too
Axel Davy
2015-08-21
4
-11
/
+17
*
st/nine: Add missing BASETEX_REGISTER_UPDATE calls
Axel Davy
2015-08-21
2
-2
/
+6
*
st/nine: SetAutoGenFilterType should regenerate the sublevels
Axel Davy
2015-08-21
1
-0
/
+2
*
st/nine: Simplify NineVolume9_CopyVolume
Axel Davy
2015-08-21
3
-81
/
+21
*
st/nine: Split NineSurface9_CopySurface
Axel Davy
2015-08-21
5
-125
/
+169
*
st/nine: Simplify Volume9 dirty region tracking
Axel Davy
2015-08-21
3
-67
/
+35
*
gallium: Add blending to pipe blit
Christoph Bumiller
2015-08-21
2
-0
/
+3
*
st/nine: Revert to sw cursor in case of failure to set hw cursor
Axel Davy
2015-08-21
1
-2
/
+2
*
st/nine: Do not call ID3DPresent_GetCursorPos for sw cursor
Axel Davy
2015-08-21
1
-3
/
+4
*
st/nine: Force hw cursor for Windowed mode
Axel Davy
2015-08-21
1
-3
/
+9
*
st/nine: Hide hardware cursor when we don't use it
Axel Davy
2015-08-21
1
-6
/
+12
*
st/nine: fix D3DRS_DITHERENABLE wrong state group
Axel Davy
2015-08-21
1
-1
/
+1
*
st/nine: Account POINTSIZE_MIN and POINTSIZE_MAX for point size
Patrick Rudolph
2015-08-21
3
-14
/
+19
*
st/nine: Align texture memory
Patrick Rudolph
2015-08-21
4
-6
/
+6
*
st/nine: Always set point_quad_rasterization to 1
Axel Davy
2015-08-21
1
-1
/
+1
*
st/nine: Fix Swizzle for ATI2 format
Axel Davy
2015-08-21
1
-0
/
+5
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
40
-149
/
+149
*
gallium: use fence_finish instead of fence_signalled in state trackers
Marek Olšák
2015-07-05
1
-1
/
+1
*
tgsi/ureg: add support for output array declarations
Marek Olšák
2015-06-05
2
-7
/
+12
*
tgsi/ureg: add support for FS input array declarations
Marek Olšák
2015-06-05
1
-1
/
+1
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
4
-4
/
+4
*
st/nine: Remove Managed texture hack.
Axel Davy
2015-04-29
1
-3
/
+4
*
st/nine: Enforce LOD 0 for D3DUSAGE_AUTOGENMIPMAP
Axel Davy
2015-04-29
2
-3
/
+10
*
st/nine: Some D3DUSAGE_AUTOGENMIPMAP fixes
Axel Davy
2015-04-29
3
-2
/
+17
*
st/nine: util_gen_mipmap doesn't need we reset states.
Axel Davy
2015-04-29
1
-2
/
+0
*
st/nine: D3DUSAGE_AUTOGENMIPMAP is forbidden for volumes
Axel Davy
2015-04-29
2
-16
/
+1
*
st/nine: Fix NineBaseTexture9_PreLoad
Axel Davy
2015-04-29
1
-1
/
+1
*
st/nine: Rewrite Managed texture uploads
Axel Davy
2015-04-29
1
-96
/
+125
*
st/nine: Bound the dirty regions to resource size
Axel Davy
2015-04-29
3
-0
/
+16
*
st/nine: Simplify Surface9 Managed resources implementation
Axel Davy
2015-04-29
4
-93
/
+53
*
st/nine: Remove impossible cases with Managed textures
Axel Davy
2015-04-29
2
-34
/
+8
*
st/nine: Encapsulate variables for MANAGED resource
Axel Davy
2015-04-29
10
-57
/
+60
[next]