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
/
drivers
/
dri
/
r300
/
r300_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
destroy left-over VBOs on shutdown
Tilman Sauerbeck
2006-06-29
1
-2
/
+6
*
destroy the memory manager along with the context
Tilman Sauerbeck
2006-06-11
1
-0
/
+7
*
prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...
Aapo Tahkola
2006-06-06
1
-3
/
+3
*
need to hold before freeing
Aapo Tahkola
2006-04-23
1
-41
/
+45
*
Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...
Benjamin Herrenschmidt
2006-04-23
1
-0
/
+2
*
Ensure all GART allocations are freed on context destruction, rather than
Adam Jackson
2006-04-21
1
-1
/
+49
*
FP textures and fixes (Ewald Snel)
Brian Paul
2006-03-29
1
-0
/
+1
*
Clean build.
Aapo Tahkola
2006-03-13
1
-0
/
+1
*
Port r200 tex tiling code to run on r300 but keep it disabled.
Aapo Tahkola
2006-03-06
1
-0
/
+4
*
remove broken non arb fp path
Aapo Tahkola
2006-01-27
1
-4
/
+0
*
enable hw vertex programs by default
Aapo Tahkola
2006-01-27
1
-2
/
+2
*
Work around problems with t_vp_build.c
Aapo Tahkola
2006-01-27
1
-2
/
+3
*
Missing bits of code spotted by Tilman Sauerbeck
Aapo Tahkola
2006-01-15
1
-1
/
+27
*
Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon
Dave Airlie
2005-12-04
1
-0
/
+3
*
First step of Radeon DRI unification:
Eric Anholt
2005-11-02
1
-4
/
+4
*
Fix broken tnl stage.
Aapo Tahkola
2005-11-01
1
-0
/
+3
*
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-11-01
1
-16
/
+16
*
Sync with my local tree.
Aapo Tahkola
2005-10-26
1
-76
/
+20
*
Add support for texture compression to R300 driver
Dave Airlie
2005-09-25
1
-0
/
+8
*
add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...
Roland Scheidegger
2005-09-09
1
-0
/
+1
*
fix a cast/assignment warning
Brian Paul
2005-08-31
1
-1
/
+1
*
Fix card_extensions by following corresponding r200 code.
Vladimir Dergachev
2005-08-06
1
-50
/
+12
*
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
2005-07-28
1
-1
/
+1
*
Clean up warnings in r300 code by making some symbols static, adding prototypes
Eric Anholt
2005-07-20
1
-2
/
+3
*
Adapt extension string to new GL dispatch schema proposed
Jerome Glisse
2005-07-01
1
-1
/
+48
*
Turn off VBO's.
Aapo Tahkola
2005-06-16
1
-3
/
+27
*
Fix xyz/w interaction (needs a cleanup still..)
Ben Skeggs
2005-06-05
1
-2
/
+2
*
Implement enough of ARB_fragment_program for Keith's texenv program
Ben Skeggs
2005-05-23
1
-3
/
+20
*
Ditch unused code and features that arent in subject to get supported any nea...
the_perfect_frag
Aapo Tahkola
2005-05-19
1
-6
/
+0
*
Don't print debug messages unless the user explicitly requested them
Nicolai Haehnle
2005-05-14
1
-2
/
+4
*
Make software fallbacks work again:
Nicolai Haehnle
2005-05-13
1
-0
/
+1
*
VBOs.
Aapo Tahkola
2005-05-11
1
-0
/
+53
*
Updated for EXT_framebuffer_object changes. I don't know if this is correct, ...
Ben Skeggs
2005-05-06
1
-1
/
+1
*
Add support to external tnl switcher and disable hw tnl by default.
Aapo Tahkola
2005-05-01
1
-1
/
+3
*
r300 side support for fixed function pipeline. This isnt functional with curr...
Aapo Tahkola
2005-04-30
1
-2
/
+2
*
Modifying to build against current Mesa. Disabled r200*.c files since they di...
Aapo Tahkola
2005-04-24
1
-1
/
+3
*
Reorganized shader stuff.
Aapo Tahkola
2005-04-19
1
-1
/
+1
*
Fixes for bugs that were nailed down when compairing against software vertex ...
Aapo Tahkola
2005-04-19
1
-1
/
+2
*
Simple TCL stage and ability to disable vps.
Aapo Tahkola
2005-03-17
1
-1
/
+2
*
Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.
Aapo Tahkola
2005-03-12
1
-6
/
+6
*
Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...
Aapo Tahkola
2005-03-08
1
-1
/
+1
*
fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...
before_upgrade_03_01_05
Aapo Tahkola
2005-02-28
1
-1
/
+1
*
Adding support for front buffer mode, removing some code we dont really need ...
Aapo Tahkola
2005-02-20
1
-3
/
+1
*
Support for blend color(not tested), "proper line width/point size" clamps an...
Aapo Tahkola
2005-02-14
1
-1
/
+0
*
Added kindly note about single buffer mode.
Aapo Tahkola
2005-02-10
1
-0
/
+4
*
Adding support for selecting line width. Stipple patterns still cause lots of...
Aapo Tahkola
2005-02-10
1
-6
/
+4
*
Add basic sceleton for vertex programs + some other fixes
Aapo Tahkola
2005-01-28
1
-4
/
+19
*
Reduce amount of stderr output.
Vladimir Dergachev
2005-01-14
1
-0
/
+2
*
Prevent "disabling 3D acceleration" message from printing - we do not define ...
Vladimir Dergachev
2005-01-13
1
-2
/
+1
*
Port texture allocation code from R200.
red_tinted_cube
Vladimir Dergachev
2005-01-03
1
-4
/
+34
[next]